mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-12 08:42:37 +02:00
Merge pull request #260 from trustgraph-ai/claude-token-fix
Fix for Claude key envvar
This commit is contained in:
commit
c7e76ffc2f
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
||||||
create:: function(engine)
|
create:: function(engine)
|
||||||
|
|
||||||
local envSecrets = engine.envSecrets("claude-credentials")
|
local envSecrets = engine.envSecrets("claude-credentials")
|
||||||
.with_env_var("CLAUDE_KEY_TOKEN", "claude-key");
|
.with_env_var("CLAUDE_KEY", "claude-key");
|
||||||
|
|
||||||
local container =
|
local container =
|
||||||
engine.container("text-completion")
|
engine.container("text-completion")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue