Skip to content

Commit

Permalink
Gemini: another removed model
Browse files Browse the repository at this point in the history
  • Loading branch information
enricoros committed Dec 20, 2024
1 parent 632efaf commit e7a4633
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/modules/llms/server/gemini/gemini.models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ const filterUnallowedInterfaces: GeminiWire_API_Models_List.Model['supportedGene
const filterLyingModelNames: GeminiWire_API_Models_List.Model['name'][] = [
// name of models that are not what they say they are (e.g. 1114 is actually 1121 as of 2024-12-10)
'models/gemini-1.5-flash-exp-0827',
'models/gemini-1.5-pro-exp-0801',
'models/gemini-1.5-pro-exp-0827',
'models/gemini-exp-1114',
'models/gemini-exp-1121',
Expand Down

0 comments on commit e7a4633

Please sign in to comment.