Skip to content

Commit

Permalink
increase max_tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
ccurme committed Aug 2, 2024
1 parent 71c0564 commit f847066
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def chat_model_params(self) -> dict:
def standard_chat_model_params(self) -> dict:
return {
"temperature": 0,
"max_tokens": 100,
"max_tokens": 10_000,
"timeout": 60,
"stop": [],
"max_retries": 2,
Expand Down

0 comments on commit f847066

Please sign in to comment.