mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
Fix/pinecone de (#187)
* Fix Goog AI studio settings * Fix pinecone startup params
This commit is contained in:
parent
1b9c6be4fc
commit
f24eed3023
2 changed files with 9 additions and 4 deletions
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue