v0.3.0
Pre-release
Pre-release
What's Changed
Introducing more customization for both OpenAI & BingAI conversations!
See screenshots below
Credits to @wtlyu for the system design here, and a lot of the hard work refactoring #142
Also thanks to @danorlando for collaborating and making improvements to the Dev environment
.env
variable for your Bing token has been renamed to BINGAI_TOKEN
Model menu Redesign: now Conversation Menu, serving Endpoints & Presets:
- Models are now organized by Endpoints (openAI, BingAI, and chatGPTBrowser respectively)
- Introducing Presets: Save Settings as Presets, which you can share (import/export)
Customizable Endpoint Settings
- OpenAI API: select model and open advanced settings
- Advanced: Adjust model parameters such as Temperature, Top P, and Frequency and Presence Penalties
- Also select model, adjust custom name and prompt prefix as before
- Advanced: Adjust model parameters such as Temperature, Top P, and Frequency and Presence Penalties
- Bing: enable jailbreak mode, tone style, and open advanced settings
- Advanced: Input up to 7k tokens for context and/or write a custom system Message for Jailbreak Mode
- Full instructions on writing a system message here
- ChatGPT Browser: select model (useful for plus members)
Presets
- This is really exciting! Save your presets, which will show up in the conversation menu
- Save Presets in the advanced settings of OpenAI/BingAI
- Export JSON files of your Preset in the Edit view (edit from convo menu)
- Import presets from the convo menu
- Switch to a regular endpoint to reset to default settings
Do share your presets in our Discord Server in the #presets channel!
Upcoming Changes
- Export conversations through a variety of methods
- Built-in multi-user support
- Test environment for CI/CD
Full Changelog: v0.2.0...v0.3.0