ragflow/rag/llm
Liu An 9e45fcfdb3 Fix: fix typo in OpenAI error logging message (#8865)
### What problem does this PR solve?

Correct the logging message from "OpenAI cat_with_tools" to "OpenAI
chat_with_tools" in the `_exceptions` method of the `Base` class to
accurately reflect the method name and improve error traceability.

### Type of change

- [x] Typo
2025-07-16 15:31:57 +08:00
..
__init__.py Refa: automatic LLMs registration (#8651) 2025-07-03 19:05:31 +08:00
chat_model.py Fix: fix typo in OpenAI error logging message (#8865) 2025-07-16 15:31:57 +08:00
cv_model.py Fix: Wrong_Input_type_for_Gemin (#8783) 2025-07-11 11:34:04 +08:00
embedding_model.py Update embedding_model.py (#8836) 2025-07-15 14:04:58 +08:00
rerank_model.py Refa: automatic LLMs registration (#8651) 2025-07-03 19:05:31 +08:00
sequence2txt_model.py Refa: automatic LLMs registration (#8651) 2025-07-03 19:05:31 +08:00
tts_model.py Refa: automatic LLMs registration (#8651) 2025-07-03 19:05:31 +08:00