mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-04 21:00:40 +08:00
chore: update GPT3.5 models
This commit is contained in:
@ -1,8 +1,9 @@
|
|||||||
MAX_TOKENS = {
|
MAX_TOKENS = {
|
||||||
'text-embedding-ada-002': 8000,
|
'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-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': 16000,
|
||||||
'gpt-3.5-turbo-16k-0613': 16000,
|
'gpt-3.5-turbo-16k-0613': 16000,
|
||||||
'gpt-4': 8000,
|
'gpt-4': 8000,
|
||||||
|
Reference in New Issue
Block a user