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 8830d48 commit 95c1146
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 @@ -12,7 +12,7 @@ const dateString =

// default system message obtained using the following method: https://twitter.com/DeminDimin/status/1619935545144279040
export const _defaultSystemMessage =
import.meta.env.VITE_DEFAULT_SYSTEM_MESSAGE
import.meta.env.VITE_DEFAULT_SYSTEM_MESSAGE || ''

export const modelOptions: ModelOptions[] = [
'gpt-3.5-turbo',
Expand Down

0 comments on commit 95c1146

Please sign in to comment.