correct the misuse of spark image understanding

这个提交包含在:
binary-husky
2023-12-23 17:46:25 +08:00
父节点 867ddd355e
当前提交 e3e9921f6b
共有 3 个文件被更改,包括 11 次插入7 次删除

查看文件

@@ -139,6 +139,8 @@ def can_multi_process(llm):
if llm.startswith('gpt-'): return True
if llm.startswith('api2d-'): return True
if llm.startswith('azure-'): return True
if llm.startswith('spark'): return True
if llm.startswith('zhipuai'): return True
return False
def request_gpt_model_multi_threads_with_very_awesome_ui_and_high_efficiency(