Skip to content
This repository was archived by the owner on Sep 15, 2024. It is now read-only.

Commit

Permalink
Feat [Constant] [Models] "gemini-1.0-pro-001" (#282)
Browse files Browse the repository at this point in the history
- [+] feat(constant.ts): add new model 'gemini-1.0-pro' with provider details and update the name of existing model to 'gemini-1.0-pro-001'
  • Loading branch information
H0llyW00dzZ authored Feb 22, 2024
1 parent 3fa698a commit a67a26f
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,16 @@ export const DEFAULT_MODELS = [
},
},
{
name: "gemini-pro",
name: "gemini-1.0-pro",
available: true,
provider: {
id: "google",
providerName: "Google",
providerType: "google",
},
},
{
name: "gemini-1.0-pro-001",
available: true,
provider: {
id: "google",
Expand Down

0 comments on commit a67a26f

Please sign in to comment.