mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Merge config-portal templates to here
This commit is contained in:
parent
b1cefbe1f7
commit
21bda863a7
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
create:: function(engine)
|
||||
|
||||
local envSecrets = engine.envSecrets("openai-credentials")
|
||||
.with_env_var("OPENAI_TOKEN", "openai-token");
|
||||
.with_env_var("OPENAI_TOKEN", "openai-token")
|
||||
.with_env_var("OPENAI_BASE_URL", "openai-url");
|
||||
|
||||
local container =
|
||||
engine.container("text-completion")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue