MetaGPT
MetaGPT copied to clipboard
feat: dashscope llm supports Llama-3.1-*
Features
阿里云 灵积 DashScope API 支持 llama3.1-*-instruct 开源模型
llm:
api_type: "dashscope"
model: "llama3.1-405b-instruct"
api_key: "YOUR_API_KEY"
之前运行效果
提示 exp
exp: too many values to unpack (expected 11)
运行效果
Other
相关 Issue,感谢此大神 https://github.com/geekan/MetaGPT/issues/1367
:warning: Please install the to ensure uploads and comments are reliably processed by Codecov.
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 30.64%. Comparing base (
c0abe17) to head (881a274).
:exclamation: Your organization needs to install the Codecov GitHub app to enable full functionality.
Additional details and impacted files
@@ Coverage Diff @@
## main #1411 +/- ##
=======================================
Coverage 30.64% 30.64%
=======================================
Files 320 320
Lines 19426 19426
=======================================
Hits 5954 5954
Misses 13472 13472
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@jschyz 你好,有一些冲突需要解决
@jschyz It has been fixed here(https://github.com/geekan/MetaGPT/blob/main/metagpt/provider/dashscope_api.py#L51-L52) with a dashscope newer version.
Since there is a better solution, this PR is closed.