Christopher-Hayes
released this
20 Oct 14:26
·
3 commits
to develop
since this release
Summary
The most noticeable changes with v3.26.0
is support for o1
models and a new way to customize the UI in More Actions > View. Other updates include improved localization, various bug fixes, and minor UI tweaks.
- ✨ Feature - Added support for
o1-preview
ando1-mini
when using OpenAI. - 🌐 i18n - Added more languages (Arabic, Bengali, Hindi, Indonesian, Malay, Russian, Thai, Tagalog, Urdu, and Vietnamese). Thanks @PeterDaveHello
- 🖥️ UI - More UI customization is possible with the new "View" button under "More Actions". Thank you for the suggestion about a Markdown toggle @moritztim
- 🎨 Branding - Custom app logo added to avoid using OpenAI's logo.
- 🔧 Fix - Inserting code with string interpolation into the editor no longer omits code.
- 🔧 Fix - When you ask a question with newlines (using Shift + Enter), the chat now correctly shows the newlines.
- 🔩 Behind the scenes - Removed
gpt-3.5-turbo
. Users will be moved togpt-4o-mini
since it's better while being about the same cost.
PR Details
- Fix indentation in package.nls.json to two spaces by @PeterDaveHello in #125
- Update the context window and max output token of
gpt-3.5-turbo
by @PeterDaveHello in #121 - build(deps-dev): bump webpack from 5.76.2 to 5.94.0 in the npm_and_yarn group across 1 directory by @dependabot in #128
- build(deps): bump micromatch from 4.0.5 to 4.0.8 in the npm_and_yarn group across 1 directory by @dependabot in #129
- Add many i18n locale translated by gpt-4o, cc #77 by @PeterDaveHello in #126
- feat: Add support for o1-preview and o1-mini on the OpenAI provider by @Christopher-Hayes in #132
- 🗑️ Deprecate the gpt-3.5-turbo model; use 4o-mini by @Christopher-Hayes in #133
- 🎨 Fix: Update code snippet insertion to escape dollar signs by @Christopher-Hayes in #134
- Add new view options for the UI by @Christopher-Hayes in #136
- 🎨 Fix: Add check for window focus before showing response message by @Christopher-Hayes in #138
- 🌐 I18n: add missing translations by @Christopher-Hayes in #139
Full Changelog: 3.25.0...3.26.0