Skip to content

Commit

Permalink
Merge pull request #7 from keyasuda/add-gemini-experimentals
Browse files Browse the repository at this point in the history
add Gemini experimental models
  • Loading branch information
keyasuda authored Aug 28, 2024
2 parents c4bb2aa + 29e0cb7 commit cd59d64
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.0.7 - Add Gemini experimental models

- add gemini-1.5-pro-exp-0827, gemini-1.5-flash-exp-0827 and gemini-1.5-flash-8b-exp-0827

## 0.0.6 - Published to the Pulsar Package Repository

- no code modifications
Expand Down
12 changes: 12 additions & 0 deletions lib/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,18 @@ const config = {
value: 'gemini-1.5-pro-exp-0801',
description: 'Gemini 1.5 Pro Experimental 0801',
},
{
value: 'gemini-1.5-pro-exp-0827',
description: 'Gemini 1.5 Pro Experimental 0827',
},
{
value: 'gemini-1.5-flash-exp-0827',
description: 'Gemini 1.5 Flash Experimental 0827',
},
{
value: 'gemini-1.5-flash-8b-exp-0827',
description: 'Gemini 1.5 Flash-8B Experimental 0827',
},
],
order: 3,
},
Expand Down

0 comments on commit cd59d64

Please sign in to comment.