Skip to content

Commit

Permalink
remove default system message
Browse files Browse the repository at this point in the history
  • Loading branch information
myWsq committed Apr 16, 2023
1 parent d699226 commit 8830d48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/constants/chat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export const _defaultSystemMessage =

export const modelOptions: ModelOptions[] = [
'gpt-3.5-turbo',
'gpt-4',
'gpt-4-32k',
// 'gpt-4',
// 'gpt-4-32k',
// 'gpt-3.5-turbo-0301',
// 'gpt-4-0314',
// 'gpt-4-32k-0314',
Expand Down

0 comments on commit 8830d48

Please sign in to comment.