mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26: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
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue