mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-26 08:56:21 +02:00
Feature/azure openai templates (#104)
* Azure OpenAI LLM templates * Bump version, fix package versions * Add azure-openai to template generation
This commit is contained in:
parent
d96ef8269a
commit
222dc9982c
6 changed files with 133 additions and 4 deletions
|
|
@ -122,8 +122,8 @@ def generate_all(output, version):
|
|||
"docker-compose", "minikube-k8s", "gcp-k8s"
|
||||
]:
|
||||
for model in [
|
||||
"azure", "bedrock", "claude", "cohere", "llamafile", "ollama",
|
||||
"openai", "vertexai"
|
||||
"azure", "azure-openai", "bedrock", "claude", "cohere",
|
||||
"llamafile", "ollama", "openai", "vertexai"
|
||||
]:
|
||||
for graph in [ "cassandra", "neo4j" ]:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue