ragflow/rag/llm
Liu An 244d8a47b9
Fix: AzureChat model code (#8426)
### What problem does this PR solve?

- Simplify AzureChat constructor by passing base_url directly
- Clean up spacing and formatting in chat_model.py
- Remove redundant parentheses and improve code consistency
- #8423

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
2025-06-23 15:59:25 +08:00
..
__init__.py Feat: implement novitaAI embedding and reranking. (#8250) 2025-06-13 15:42:17 +08:00
chat_model.py Fix: AzureChat model code (#8426) 2025-06-23 15:59:25 +08:00
cv_model.py Refa: ollama keep alive issue. (#8216) 2025-06-12 15:09:40 +08:00
embedding_model.py Fix:embedding_model class SILICONFLOWEmbed(Base)Function reusing json (#8378) 2025-06-20 11:13:00 +08:00
rerank_model.py Feat: implement novitaAI embedding and reranking. (#8250) 2025-06-13 15:42:17 +08:00
sequence2txt_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00
tts_model.py Feat: support vision llm for gpustack (#6636) 2025-03-31 15:33:52 +08:00