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

@ -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]