Skip to content

Commit

Permalink
Merge pull request #262 from trustgraph-ai/googleaistudio-creds
Browse files Browse the repository at this point in the history
Fixed creds for GoogleAIStudio in K8s
  • Loading branch information
JackColquitt authored Jan 7, 2025
2 parents 08d24bf + 8f769b1 commit 1bb1112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/components/googleaistudio.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 1bb1112

Please sign in to comment.