Fix/pinecone de (#187)

* Fix Goog AI studio settings
* Fix pinecone startup params
This commit is contained in:
cybermaggedon 2024-12-03 09:51:33 +00:00 committed by GitHub
parent 1b9c6be4fc
commit f24eed3023
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 4 deletions

View file

@ -13,7 +13,7 @@ local prompts = import "prompts/mixtral.jsonnet";
create:: function(engine)
local envSecrets = engine.envSecrets("bedrock-credentials")
local envSecrets = engine.envSecrets("googleaistudio-key")
.with_env_var("GOOGLE_AI_STUDIO_KEY", "googleaistudio-key");
local container =