mirror of
https://github.com/infiniflow/ragflow.git
synced 2026-08-27 02:22:17 +08:00
Fix: code supports matplotlib (#13724)
### What problem does this PR solve? Code as "final" node:  Code as "mid" node:  ### Type of change - [x] New Feature (non-breaking change which adds functionality)
This commit is contained in:
@@ -379,6 +379,13 @@
|
||||
"rank": "950",
|
||||
"url" : "https://dashscope.aliyuncs.com/compatible-mode/v1",
|
||||
"llm": [
|
||||
{
|
||||
"llm_name": "qwen3.5-122b-a10b",
|
||||
"tags": "LLM,CHAT,128k",
|
||||
"max_tokens": 128000,
|
||||
"model_type": "chat",
|
||||
"is_tools": true
|
||||
},
|
||||
{
|
||||
"llm_name": "Moonshot-Kimi-K2-Instruct",
|
||||
"tags": "LLM,CHAT,128K",
|
||||
|
||||
Reference in New Issue
Block a user