mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
Fix argument usage not overriding defaults in Google AI Studio & VertexAI templates (#268)
This commit is contained in:
parent
1280af3eff
commit
acdd3efe51
2 changed files with 10 additions and 0 deletions
|
|
@ -5,6 +5,11 @@ local prompts = import "prompts/mixtral.jsonnet";
|
|||
|
||||
{
|
||||
|
||||
with:: function(key, value)
|
||||
self + {
|
||||
["vertexai-" + key]:: value,
|
||||
},
|
||||
|
||||
"vertexai-model":: "gemini-1.0-pro-001",
|
||||
"vertexai-private-key":: "/vertexai/private.json",
|
||||
"vertexai-region":: "us-central1",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue