Skip to content

Commit

Permalink
update max tokens for anthropic to 600
Browse files Browse the repository at this point in the history
  • Loading branch information
rishsriv committed Jun 24, 2024
1 parent 4be51eb commit 625d9ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion query_generators/anthropic.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def generate_query(
args=(
self.model,
package,
400,
600,
0,
["```", ";"],
),
Expand Down

0 comments on commit 625d9ad

Please sign in to comment.