You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 17.605(s), this was the 3rd time calling it. exp: openai.types.completion_usage.CompletionUsage() argument after ** must be a mapping, not NoneType
llm:
api_type: "openai" # or azure / ollama / open_llm etc. Check LLMType for more options
model: "gpt"
base_url: "http://192.168.1.161:1227/v1" # or forward url / other llm url
api_key: "test"
报错
Finished call to 'metagpt.actions.action_node.ActionNode._aask_v1' after 17.605(s), this was the 3rd time calling it. exp: openai.types.completion_usage.CompletionUsage() argument after ** must be a mapping, not NoneType
测试了qwen2.5系列,7b到72b全试了,包括官方开源模型和rombos-72b模型,全部都报错,而且百分百报错,任何问题都是一样
config:
llm:
api_type: "openai" # or azure / ollama / open_llm etc. Check LLMType for more options
model: "gpt"
base_url: "http://192.168.1.161:1227/v1" # or forward url / other llm url
api_key: "test"
安装(ubuntu22 python3.9):
pip install --upgrade metagpt
metagpt --init-config
nano ~/.metagpt/config2.yaml
metagpt "python令牌桶限流代码"
The text was updated successfully, but these errors were encountered: