Skip to content

v0.3.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@danny-avila danny-avila released this 05 Apr 19:08
· 1313 commits to main since this 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

⚠️Breaking: the .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
  • 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

image

image

Full Changelog: v0.2.0...v0.3.0