Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Latest commit

 

History

History
47 lines (33 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

47 lines (33 loc) · 1.14 KB

Mar 24, 2023

  • Improvements
    • Add In-page tokens, which can tell users how many tokens they have used

Mar 23, 2023

  • Improvements
    • Move unnecessary intro text to the sign-in page, clear up the main page
  • Bug Fixes
    • Model text-davinci-003 only returns 16 tokens of the generated text

Mar 20, 2023

  • Improvements
    • Use textarea for user input instead of <input>
    • Refactor price calculation code
    • Show disabled buttons inside settings panel when there is no messages instead of hiding
    • Stop auto scrolling while streaming when user interacts with the conversation
  • Bug Fixes

Mar 2, 2023

  • Improvements
    • Add new model API (gpt-3.5-turbo) to the App

Feb 23, 2023

  • Improvements
    • Real-time markdown rendering and syntax highlighting
    • Can copy code blocks that AI generates

Feb 17, 2023

  • Improvements
    • Add SSO to the sign in page

Feb 8, 2023

  • Improvements
    • Users can now sign in with their OpenAI API key

Feb 3, 2023

  • Improvements
    • Users can regenerate the last or specific message
    • Users can publish the conversation