chatgpt-4o-latest

This commit is contained in:
binary-husky
2024-11-11 15:58:57 +00:00
parent d152f62894
commit 34cc484635
4 changed files with 14 additions and 2 deletions

View File

@@ -169,6 +169,7 @@ def can_multi_process(llm) -> bool:
def default_condition(llm) -> bool:
# legacy condition
if llm.startswith('gpt-'): return True
if llm.startswith('chatgpt-'): return True
if llm.startswith('api2d-'): return True
if llm.startswith('azure-'): return True
if llm.startswith('spark'): return True