mirror of
https://github.com/Mintplex-Labs/anything-llm.git
synced 2024-11-15 02:50:10 +01:00
Add prompt window limits for gpt-4o-* models (#2104)
This commit is contained in:
parent
dfb951e9cf
commit
a2571024a9
@ -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…
Reference in New Issue
Block a user