Move GAIStudio to vertexai package to simplify deps

This commit is contained in:
Cyber MacGeddon 2026-02-20 08:41:23 +00:00
parent 769c56bbea
commit 88de572692
5 changed files with 1 additions and 3 deletions

View file

@ -19,8 +19,6 @@ dependencies = [
"faiss-cpu",
"falkordb",
"fastembed",
"google-genai",
"google-api-core",
"ibis",
"jsonschema",
"langchain",
@ -105,7 +103,6 @@ text-completion-azure = "trustgraph.model.text_completion.azure:run"
text-completion-azure-openai = "trustgraph.model.text_completion.azure_openai:run"
text-completion-claude = "trustgraph.model.text_completion.claude:run"
text-completion-cohere = "trustgraph.model.text_completion.cohere:run"
text-completion-googleaistudio = "trustgraph.model.text_completion.googleaistudio:run"
text-completion-llamafile = "trustgraph.model.text_completion.llamafile:run"
text-completion-lmstudio = "trustgraph.model.text_completion.lmstudio:run"
text-completion-mistral = "trustgraph.model.text_completion.mistral:run"

View file

@ -26,6 +26,7 @@ classifiers = [
Homepage = "https://github.com/trustgraph-ai/trustgraph"
[project.scripts]
text-completion-googleaistudio = "trustgraph.model.text_completion.googleaistudio:run"
text-completion-vertexai = "trustgraph.model.text_completion.vertexai:run"
[tool.setuptools.packages.find]