Skip to content

Commit

Permalink
Fix/default model (#41)
Browse files Browse the repository at this point in the history
* Sync with 0.14.12
* Set default model
  • Loading branch information
cybermaggedon authored Nov 6, 2024
1 parent 4b73e9c commit cd62b4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/components/googleaistudio.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ local prompts = import "prompts/mixtral.jsonnet";

"googleaistudio-max-output-tokens":: 4096,
"googleaistudio-temperature":: 0.0,
"googleaistudio-model":: "gemini-1.5-flash-002",

"text-completion" +: {

Expand Down

0 comments on commit cd62b4d

Please sign in to comment.