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 466aa89 commit 5ad6013
Show file tree
Hide file tree
Showing 3 changed files with 6 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: false,
early_stopping: true,
frequency_WPF_penalty: 2.0,
max_tokens: 2048,
conversation_id: window.conversation_id,
Expand Down
Loading

0 comments on commit 5ad6013

Please sign in to comment.