mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2025-04-17 18:18:11 +00:00
Add prompt window limits for gpt-4o-* models (#2104)
This commit is contained in:
parent
dfb951e9cf
commit
a2571024a9
1 changed files with 4 additions and 0 deletions
|
@ -44,6 +44,10 @@ class OpenAiLLM {
|
|||
case "gpt-3.5-turbo-1106":
|
||||
return 16_385;
|
||||
case "gpt-4o":
|
||||
case "gpt-4o-2024-08-06":
|
||||
case "gpt-4o-2024-05-13":
|
||||
case "gpt-4o-mini":
|
||||
case "gpt-4o-mini-2024-07-18":
|
||||
case "gpt-4-turbo":
|
||||
case "gpt-4-1106-preview":
|
||||
case "gpt-4-turbo-preview":
|
||||
|
|
Loading…
Add table
Reference in a new issue