chatgpt-4o-latest

这个提交包含在:
binary-husky
2024-11-11 15:58:57 +00:00
父节点 d152f62894
当前提交 34cc484635
共有 4 个文件被更改,包括 14 次插入2 次删除

查看文件

@@ -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