Merge pull request #262 from trustgraph-ai/googleaistudio-creds

Fixed creds for GoogleAIStudio in K8s
This commit is contained in:
Jack Colquitt 2025-01-07 12:25:35 -08:00 committed by GitHub
commit 1bb1112569
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 =