What's Changed
- Add
keep_alive
parameter for Ollama models to specify how long models stay in memory. - Add file uploads, allowing answers to be generated based on uploaded files (PDF, TXT, and DOCX supported for now).
- Add Gemini chat model providers.
- Add meta search agent class to improve maintainability and facilitate focus mode creation.
- Fix UI bugs (wrong colors, content overflowing).
- Add new prompt for generating blog-style answers.
- Update chat model providers and include the latest models.
- Pause the currently playing video in lightbox mode when the user switches to another video.
- Fix bugs related to custom OpenAI handling.
- Ensure only messages belonging to a chat are deleted, instead of all messages.
- Add automatic image and video search functionality.
- Add new settings page with live config refresh.
- Scroll into view only when a user message is sent.
- Remove backend and move all functionality to Next.js routes.
- Add thinking model support.
- Use a standalone build to reduce build sizes (from 1.8GB and 1.6GB to ~220MB).
New Contributors
- @timoa made their first contribution in #466
- @yslinear made their first contribution in #519
- @bart-jaskulski made their first contribution in #523
- @sainadh-d made their first contribution in #548
- @realies made their first contribution in #555
- @hacking-racoon made their first contribution in #531
- @data5650 made their first contribution in #599
- @user1007017 made their first contribution in #631
- @QuietlyChan made their first contribution in #649
- @wellCh4n made their first contribution in #642
- @ShortCipher5 made their first contribution in #655
- @ericdachen made their first contribution in #663
Full Changelog: v1.9.3...v1.10.0