docs: update llm setting guidance and "REASONING_THINK_RM" description (#943)

* update llm setting guidance and "REASONING_THINK_RM" description

* remove deprecated backend in readme
This commit is contained in:
Haoran Pan
2025-06-11 15:45:22 +08:00
committed by GitHub
parent a2e434448a
commit b6c0e891d3
2 changed files with 17 additions and 28 deletions
+6
View File
@@ -51,6 +51,12 @@ For example, if you are using a DeepSeek model, you need to set as follows:
CHAT_MODEL=deepseek/deepseek-chat
DEEPSEEK_API_KEY=<replace_with_your_deepseek_api_key>
Besides, when you are using reasoning models, the response might include the thought process. For this case, you need to set the following environment variable:
.. code-block:: Properties
REASONING_THINK_RM=True
For more details on LiteLLM requirements, refer to the `official LiteLLM documentation <https://docs.litellm.ai/docs>`_.