Skip to content
Snippets Groups Projects
Unverified Commit 3230669a authored by Jaldert Rombouts's avatar Jaldert Rombouts Committed by GitHub
Browse files

Update openai_utils.py (#10412)

parent 9d160c78
Branches
Tags
No related merge requests found
...@@ -68,6 +68,8 @@ TURBO_MODELS: Dict[str, int] = { ...@@ -68,6 +68,8 @@ TURBO_MODELS: Dict[str, int] = {
# resolves to gpt-3.5-turbo-16k-0613 until 2023-12-11 # resolves to gpt-3.5-turbo-16k-0613 until 2023-12-11
# resolves to gpt-3.5-turbo-1106 after # resolves to gpt-3.5-turbo-1106 after
"gpt-3.5-turbo-16k": 16384, "gpt-3.5-turbo-16k": 16384,
# 0125 (2024) model (JSON mode)
"gpt-3.5-turbo-0125": 16385,
# 1106 model (JSON mode) # 1106 model (JSON mode)
"gpt-3.5-turbo-1106": 16384, "gpt-3.5-turbo-1106": 16384,
# 0613 models (function calling): # 0613 models (function calling):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment