eosphoros-ai / DB-GPT

AI Native Data App Development framework with AWEL(Agentic Workflow Expression Language) and Agents
http://docs.dbgpt.cn
MIT License
13.85k stars 1.86k forks source link

feat(model): Support Qwen2.5 coder models #2139

Closed fangyinc closed 1 week ago

fangyinc commented 1 week ago

Description

Support Qwen2.5 coder models.

How Has This Been Tested?

Modify your .env

LLM_MODEL=qwen2.5-coder-32b-instruct
# LLM_MODEL=qwen2.5-coder-14b-instruct
# LLM_MODEL=qwen2.5-coder-3b-instruct
# LLM_MODEL=qwen2.5-coder-1.5b-instruct
# LLM_MODEL=qwen2.5-coder-0.5b-instruct

Then, restart your DB-GPT.

Snapshots:

Include snapshots for easier review.

Checklist: