mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-06-09 06:45:13 +02:00
Merge pull request #262 from trustgraph-ai/googleaistudio-creds
Fixed creds for GoogleAIStudio in K8s
This commit is contained in:
commit
1bb1112569
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
|
||||
create:: function(engine)
|
||||
|
||||
local envSecrets = engine.envSecrets("googleaistudio-key")
|
||||
local envSecrets = engine.envSecrets("googleaistudio-credentials")
|
||||
.with_env_var("GOOGLE_AI_STUDIO_KEY", "googleaistudio-key");
|
||||
|
||||
local container =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue