Skip to content

Commit

Permalink
Update cohere.py
Browse files Browse the repository at this point in the history
  • Loading branch information
CShorten authored Jun 12, 2024
1 parent a009cfd commit 86a7331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dsp/modules/cohere.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def __init__(
self.kwargs = {
"model": model,
"temperature": 0.0,
"max_tokens": 150,
"max_tokens": 2000,
"p": 1,
"num_generations": 1,
**kwargs,
Expand Down

0 comments on commit 86a7331

Please sign in to comment.