mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-05-02 20:03:19 +02:00
Fixed creds for GoogleAIStudio in K8s
This commit is contained in:
parent
08d24bf5aa
commit
8f769b1e73
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("googleaistudio-key")
|
local envSecrets = engine.envSecrets("googleaistudio-credentials")
|
||||||
.with_env_var("GOOGLE_AI_STUDIO_KEY", "googleaistudio-key");
|
.with_env_var("GOOGLE_AI_STUDIO_KEY", "googleaistudio-key");
|
||||||
|
|
||||||
local container =
|
local container =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue