ragflow/rag/llm
Stephen Hu 4585edc20e
Refactor: improve cv model logics (#10414)
1. improve how to get total token count

Improve how to get total token count

### Type of change
- [x] Refactoring
2025-10-09 09:47:36 +08:00
..
__init__.py Feat: add support for Anthropic third-party API (#10173) 2025-09-19 19:06:14 +08:00
chat_model.py Feat: add support for international Dashscope service (#10356) 2025-09-29 14:49:45 +08:00
cv_model.py Refactor: improve cv model logics (#10414) 2025-10-09 09:47:36 +08:00
embedding_model.py FIX: Rename the CometEmbed and CometSeq2txt classes to CometAPIEmbed and CometAPISeq2txt, and correct supported_models.mdx. (#10298) 2025-09-26 10:50:56 +08:00
rerank_model.py Refactor: use the same implement for total token count from res (#10197) 2025-09-22 17:17:06 +08:00
sequence2txt_model.py FIX: Rename the CometEmbed and CometSeq2txt classes to CometAPIEmbed and CometAPISeq2txt, and correct supported_models.mdx. (#10298) 2025-09-26 10:50:56 +08:00
tts_model.py Feat: add CometAPI to LLMFactory and update related mappings (#10119) 2025-09-18 09:51:29 +08:00