Skip to content

Commit

Permalink
Updates max tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
gogwilt committed Dec 14, 2023
1 parent 66d808f commit 0c0138a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/core/src/plugins/google/google.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ export type GoogleModel = {

export const googleModels = {
'gemini-pro': {
maxTokens: 32000,
maxTokens: 32760,
cost: {
prompt: NaN,
completion: NaN,
},
displayName: 'Gemini Pro',
},
'gemini-pro-vision': {
maxTokens: 16000,
maxTokens: 16384,
cost: {
prompt: NaN,
completion: NaN,
Expand Down

0 comments on commit 0c0138a

Please sign in to comment.