Move GAIStudio to vertexai package to simplify deps (#639)

This commit is contained in:
cybermaggedon 2026-02-20 08:46:29 +00:00 committed by GitHub
parent 769c56bbea
commit 2d8dbf4cdb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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]