Skip to content

Commit

Permalink
chore: update GPT3.5 models
Browse files Browse the repository at this point in the history
  • Loading branch information
tacascer committed Apr 23, 2024
1 parent fae6cab commit 2e34436
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pr_agent/algo/__init__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
MAX_TOKENS = {
'text-embedding-ada-002': 8000,
'gpt-3.5-turbo': 4000,
'gpt-3.5-turbo': 16000,
'gpt-3.5-turbo-0125': 16000,
'gpt-3.5-turbo-0613': 4000,
'gpt-3.5-turbo-0301': 4000,
'gpt-3.5-turbo-1106': 16000,
'gpt-3.5-turbo-16k': 16000,
'gpt-3.5-turbo-16k-0613': 16000,
'gpt-4': 8000,
Expand Down

0 comments on commit 2e34436

Please sign in to comment.