Skip to content

Commit

Permalink
Update chat.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
AthanaD authored Dec 4, 2023
1 parent ab8b530 commit 8ad03a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export const modelOptions: ModelOptions[] = [
// 'gpt-4-32k-0314',
];

export const defaultModel = 'gpt-4-1106';
export const defaultModel = 'gpt-4';

export const modelMaxToken = {
'gpt-3.5-turbo': 4096,
Expand Down

0 comments on commit 8ad03a1

Please sign in to comment.