Azure OpenAI LLM templates

This commit is contained in:
Cyber MacGeddon 2024-10-04 15:45:06 +01:00
parent d96ef8269a
commit 81c357e54a
4 changed files with 129 additions and 0 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",