mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-30 01:35:14 +02:00
Added jsonnet for GoogleAIStudio
This commit is contained in:
parent
4ef8332c6f
commit
9d0b79cd82
4 changed files with 124 additions and 1 deletions
|
|
@ -123,7 +123,7 @@ def generate_all(output, version):
|
|||
]:
|
||||
for model in [
|
||||
"azure", "azure-openai", "bedrock", "claude", "cohere",
|
||||
"llamafile", "ollama", "openai", "vertexai"
|
||||
"googleaistudio", "llamafile", "ollama", "openai", "vertexai",
|
||||
]:
|
||||
for graph in [ "cassandra", "neo4j" ]:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue