Skip to content

Commit

Permalink
Merge pull request #147 from tegnike/feature/add-gemini-new-models
Browse files Browse the repository at this point in the history
Gemini最新モデルを追加
  • Loading branch information
tegnike authored Aug 27, 2024
2 parents 25ccdf9 + 503ea96 commit fac08d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/components/settings/modelProvider.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,15 @@ const ModelProvider = () => {
})
}
>
<option value="gemini-1.5-flash-exp-0827">
gemini-1.5-flash-exp-0827
</option>
<option value="gemini-1.5-pro-exp-0827">
gemini-1.5-pro-exp-0827
</option>
<option value="gemini-1.5-flash-8b-exp-0827">
gemini-1.5-flash-8b-exp-0827
</option>
<option value="gemini-1.5-pro-latest">
gemini-1.5-pro-latest
</option>
Expand Down

0 comments on commit fac08d3

Please sign in to comment.