Skip to content

Commit

Permalink
Feat [UI/UX] [Constants] [Models] gemini-pro KnowledgeCutOffDate (Cha…
Browse files Browse the repository at this point in the history
…tGPTNextWeb#3997)

- [+] feat(constant.ts): add 'gemini-pro' to KnowledgeCutOffDate constant
  • Loading branch information
H0llyW00dzZ authored Feb 5, 2024
1 parent a5517a1 commit bb26c03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ export const KnowledgeCutOffDate: Record<string, string> = {
"gpt-4-1106-preview": "2023-04",
"gpt-4-0125-preview": "2023-04",
"gpt-4-vision-preview": "2023-04",
// After improvements,
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
"gemini-pro": "2023-12",
};

export const DEFAULT_MODELS = [
Expand Down

0 comments on commit bb26c03

Please sign in to comment.