ollama/app/ui/app
Bruce MacDonald 84a2cedf18
app: relay thinking false to server (#13319)
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.
2025-12-03 15:06:55 -08:00
..
codegen app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
public app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
src app: relay thinking false to server (#13319) 2025-12-03 15:06:55 -08:00
.gitignore app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
.prettierignore app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
.prettierrc app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
eslint.config.js app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
index.html app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
package-lock.json ui: using streamdown AI elements for markdown rendering 2025-11-05 16:06:55 -05:00
package.json ui: using streamdown AI elements for markdown rendering 2025-11-05 16:06:55 -05:00
tailwind.config.js app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
tsconfig.app.json app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
tsconfig.json app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
tsconfig.node.json app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
tsconfig.stories.json app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
vite.config.ts app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
vitest.config.ts app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00
vitest.shims.d.ts app: add code for macOS and Windows apps under 'app' (#12933) 2025-11-04 11:40:17 -08:00