Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
MoePotatoChan committed Jan 14, 2025
1 parent 1f3a67b commit ccb3d07
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion app/client/platforms/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,15 @@ export class GeminiProApi implements LLMApi {
topP: modelConfig.top_p,
// "topK": modelConfig.top_k,
},
test: {testx:"test"},
test: {
// stopSequences: [
// "Title"
// ],
temperature: modelConfig.temperature,
maxOutputTokens: modelConfig.max_tokens,
topP: modelConfig.top_p,
// "topK": modelConfig.top_k,
},

};

Expand Down

0 comments on commit ccb3d07

Please sign in to comment.