mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 01:01:03 +02:00
Add azure-openai to template generation
This commit is contained in:
parent
29893eb3ac
commit
e189ba1c9d
1 changed files with 2 additions and 2 deletions
|
|
@ -122,8 +122,8 @@ def generate_all(output, version):
|
||||||
"docker-compose", "minikube-k8s", "gcp-k8s"
|
"docker-compose", "minikube-k8s", "gcp-k8s"
|
||||||
]:
|
]:
|
||||||
for model in [
|
for model in [
|
||||||
"azure", "bedrock", "claude", "cohere", "llamafile", "ollama",
|
"azure", "azure-openai", "bedrock", "claude", "cohere",
|
||||||
"openai", "vertexai"
|
"llamafile", "ollama", "openai", "vertexai"
|
||||||
]:
|
]:
|
||||||
for graph in [ "cassandra", "neo4j" ]:
|
for graph in [ "cassandra", "neo4j" ]:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue