ragflow/rag/llm
so95 35539092d0
Add **kwargs to model base class constructors (#9252)
Updated constructors for base and derived classes in chat, embedding,
rerank, sequence2txt, and tts models to accept **kwargs. This change
improves extensibility and allows passing additional parameters without
breaking existing interfaces.

- [x] Bug Fix (non-breaking change which fixes an issue)

---------

Co-authored-by: IT: Sop.Son <sop.son@feavn.local>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-07 09:45:37 +08:00
..
__init__.py Refa: automatic LLMs registration (#8651) 2025-07-03 19:05:31 +08:00
chat_model.py Add **kwargs to model base class constructors (#9252) 2025-08-07 09:45:37 +08:00
cv_model.py Fix: local variable issue. (#9255) 2025-08-05 19:24:34 +08:00
embedding_model.py Add **kwargs to model base class constructors (#9252) 2025-08-07 09:45:37 +08:00
rerank_model.py Add **kwargs to model base class constructors (#9252) 2025-08-07 09:45:37 +08:00
sequence2txt_model.py Add **kwargs to model base class constructors (#9252) 2025-08-07 09:45:37 +08:00
tts_model.py Add **kwargs to model base class constructors (#9252) 2025-08-07 09:45:37 +08:00