Skip to content

Commit

Permalink
default to no stream
Browse files Browse the repository at this point in the history
  • Loading branch information
agt committed Oct 31, 2023
1 parent 2cbb88a commit 3b65783
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/Settings.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ const gptDefaults = {
temperature: 1,
top_p: 1,
n: 1,
stream: true,
stream: false,
stop: null,
max_tokens: 512,
presence_penalty: 0,
Expand All @@ -89,7 +89,7 @@ const gptDefaults = {
const defaults:ChatSettings = {
...gptDefaults,
profile: '',
characterName: 'ChatGPT',
characterName: 'TritonGPT',
profileName: '',
profileDescription: '',
continuousChat: 'fifo',
Expand Down

0 comments on commit 3b65783

Please sign in to comment.