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

@ -1,5 +1,6 @@
{
"azure": import "components/azure.jsonnet",
"azure-openai": import "components/azure-openai.jsonnet",
"bedrock": import "components/bedrock.jsonnet",
"claude": import "components/claude.jsonnet",
"cohere": import "components/cohere.jsonnet",