mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-07-17 17:21:02 +02:00
Updated Azure template
This commit is contained in:
parent
56cfe31e88
commit
735c8f16e7
1 changed files with 4 additions and 4 deletions
|
|
@ -13,8 +13,8 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
create:: function(engine)
|
||||
|
||||
local envSecrets = engine.envSecrets("azure-credentials")
|
||||
.with_env_var("AZURE_TOKEN")
|
||||
.with_env_var("AZURE_ENDPOINT");
|
||||
.with_env_var("AZURE_TOKEN", "azure-token")
|
||||
.with_env_var("AZURE_ENDPOINT", "azure-endpoint");
|
||||
|
||||
local container =
|
||||
engine.container("text-completion")
|
||||
|
|
@ -53,8 +53,8 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
create:: function(engine)
|
||||
|
||||
local envSecrets = engine.envSecrets("azure-credentials-rag")
|
||||
.with_env_var("AZURE_TOKEN")
|
||||
.with_env_var("AZURE_ENDPOINT");
|
||||
.with_env_var("AZURE_TOKEN", "azure-token")
|
||||
.with_env_var("AZURE_ENDPOINT", "azure-endpoint");
|
||||
|
||||
local container =
|
||||
engine.container("text-completion-rag")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue