Fix: anthropic llm issue. (#8633)

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
Kevin Hu
2025-07-02 18:37:34 +08:00
committed by GitHub
parent 898da23caa
commit fffb7c0bba
4 changed files with 7 additions and 86 deletions

View File

@ -3180,18 +3180,6 @@
"max_tokens": 204800,
"model_type": "image2text",
"is_tools": true
},
{
"llm_name": "claude-2.1",
"tags": "LLM,CHAT,200k",
"max_tokens": 204800,
"model_type": "chat"
},
{
"llm_name": "claude-2.0",
"tags": "LLM,CHAT,100k",
"max_tokens": 102400,
"model_type": "chat"
}
]
},