Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Mylinde committed Jul 19, 2024
1 parent 410e5dd commit 466aa89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion client/js/chat.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const ask_gpt = async (message) => {
top_k: 10,
typical_p: 0.8,
no_repeat_n: 2,
early_stopping: true,
early_stopping: false,
frequency_WPF_penalty: 2.0,
max_tokens: 2048,
conversation_id: window.conversation_id,
Expand Down
Loading

0 comments on commit 466aa89

Please sign in to comment.