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:
cybermaggedon 2024-10-04 15:47:46 +01:00 committed by GitHub
parent d96ef8269a
commit 222dc9982c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 133 additions and 4 deletions

View file

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