Fix argument usage not overriding defaults in Google AI Studio & VertexAI templates (#268)

This commit is contained in:
cybermaggedon 2025-01-15 23:59:50 +00:00 committed by GitHub
parent 1280af3eff
commit acdd3efe51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 10 additions and 0 deletions

View file

@ -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",