Skip to content

Commit

Permalink
Fix Typo [GPT-4]
Browse files Browse the repository at this point in the history
[+] fix(constant.ts): fix typo in model name, change "ggpt-4-1106-preview" to "gpt-4-1106-preview"
  • Loading branch information
H0llyW00dzZ authored and chenzeyu committed Nov 8, 2023
1 parent f5baa8c commit be5a75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const DEFAULT_MODELS = [
available: true,
},
{
name: "ggpt-4-1106-preview",
name: "gpt-4-1106-preview",
available: true,
},
{
Expand Down

0 comments on commit be5a75f

Please sign in to comment.