• Bruce MacDonald's avatar
    app: relay thinking false to server (#13319) · 84a2cedf
    Bruce MacDonald authored
    This fixes a bug where disabling thinking on deepseek-v3.1 did not stop the model from thinking.
    
    When thinking is not defined it should not be sent to the server since this will cause error responses in some cases where the model does not support thinking. However if it is defined as false it should still be sent.
    84a2cedf
api.ts 10.6 KB