Replies: 5 comments
-
Global LLM configuration[llm] Optional configuration for specific LLM models[llm.vision] (E:\conda_env\open_manus) H:\git_model_demo\OpenManus-main>python main.py |
Beta Was this translation helpful? Give feedback.
-
502是网关错误,确定是11435端口? |
Beta Was this translation helpful? Give feedback.
-
http://localhost:11435/ Ollama is running 确定,我改为11435了 |
Beta Was this translation helpful? Give feedback.
-
你的claude模型用的是openai的接口 # 你的配置
model = "claude-3-5-sonnet"
base_url ="https://api.openai.com/v1" 可能是这个原因导致的502,当然也不排除ollama配置有误 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
我们测试了很多模型都不支持format tool call,openai的gpt-4o倒是比较稳定,大家有没有推荐的可用模型?
Beta Was this translation helpful? Give feedback.
All reactions