SimpleChat: Reduce max_tokens to be small but still sufficient
This commit is contained in:
parent
cbd853eda9
commit
4b29736da5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ let gUsageMsg = `
|
|||
// Add needed fields wrt json object to be sent wrt LLM web services completions endpoint.
|
||||
let gChatRequestOptions = {
|
||||
"temperature": 0.7,
|
||||
"max_tokens": 2048
|
||||
"max_tokens": 512
|
||||
};
|
||||
|
||||
class SimpleChat {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue