lobe-chat
lobe-chat copied to clipboard
💄 style: add qwen vision model & update qwen2.5 72b to 128k & Support llama3.1 functioncall
💻 变更类型 | Change Type
- [ ] ✨ feat
- [ ] 🐛 fix
- [ ] ♻️ refactor
- [x] 💄 style
- [ ] 👷 build
- [ ] ⚡️ perf
- [ ] 📝 docs
- [ ] 🔨 chore
🔀 变更说明 | Description of Change
增加Qwen2 VL 72B视觉模型 更新Qwen2.5 72B上下文至128K 为Llama3.1支持函数调用
留言给Arvin:
由于HF的Llama3.1模型ID与硅基的Llama3.1模型ID相同,并且HF优先级高于硅基
导致硅基的Llama3.1即使添加了functioncall,也视为不支持函数调用模型
由于模型ID冲突且HF平台拥有大量的模型,让用户自己添加模型是为一种更好的选择
故删除HF中的Llama模型