Skip to content

Commit bb26c03

Browse files
authored
Feat [UI/UX] [Constants] [Models] gemini-pro KnowledgeCutOffDate (ChatGPTNextWeb#3997)
- [+] feat(constant.ts): add 'gemini-pro' to KnowledgeCutOffDate constant
1 parent a5517a1 commit bb26c03

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

app/constant.ts

+3
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,9 @@ export const KnowledgeCutOffDate: Record<string, string> = {
111111
"gpt-4-1106-preview": "2023-04",
112112
"gpt-4-0125-preview": "2023-04",
113113
"gpt-4-vision-preview": "2023-04",
114+
// After improvements,
115+
// it's now easier to add "KnowledgeCutOffDate" instead of stupid hardcoding it, as was done previously.
116+
"gemini-pro": "2023-12",
114117
};
115118

116119
export const DEFAULT_MODELS = [

0 commit comments

Comments
 (0)