[FEAT]: Disable Temperature Setting for DeepSeek-R1 (deepseek-reasoner
) Model
#2995
Labels
bug
Something isn't working
Integration Request
Request for support of a new LLM, Embedder, or Vector database
When using the DeepSeek-R1 model (identified as
deepseek-reasoner
in AnythingLLM), the following error occurs, preventing successful message processing:This error arises because the DeepSeek-R1 model, as documented in the official DeepSeek-R1 repository (https://github.com/deepseek-ai/DeepSeek-R1#1-introduction), is specifically trained using Reinforcement Learning (RL) and does not support the
temperature
parameter. Attempting to include this parameter in API requests to the model results in the reported400
error.Currently, AnythingLLM presents the temperature setting as a configurable option in the UI for all language models, including
deepseek-reasoner
. This feature request aims to resolve this incompatibility and improve the user experience by disabling or hiding the temperature setting when thedeepseek-reasoner
model is selected.The text was updated successfully, but these errors were encountered: