Merge config-portal templates to here

This commit is contained in:
Cyber MacGeddon 2025-03-31 22:15:55 +01:00
parent b1cefbe1f7
commit 21bda863a7

View file

@ -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")