Skip to content

Commit

Permalink
update max for max tokens
Browse files Browse the repository at this point in the history
  • Loading branch information
Kav-K committed Oct 4, 2023
1 parent 758ada5 commit 5143621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/openai_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class ImageSize:

class ModelLimits:
MIN_TOKENS = 15
MAX_TOKENS = 4096
MAX_TOKENS = 32000

MIN_CONVERSATION_LENGTH = 1
MAX_CONVERSATION_LENGTH = 100000
Expand Down

0 comments on commit 5143621

Please sign in to comment.