Skip to content

v0.0.5

Pre-release
Pre-release
Compare
Choose a tag to compare
@danny-avila danny-avila released this 17 Mar 19:52

Changes

  • Adds Stop generating & Regenerate Message options #88
  • Skeleton for Multi-User support (bare bones integration, currently DIY) 2ad9b33 8029ed7
  • Models without credentials are omitted from model menu 29ee765
  • Better titling (and titling as a separate request from messages) f1e3bbd
  • Various UI fixes/additions
    o Current model highlighted at the top of the conversation
    o Better textarea and button styling for mobile

On my immediate to-dos for this weekend:

  1. search messages feature (75% done already)
  2. more customgpt params (including changing openai models)
  3. rewrite code/markdown handling (I have many things in mind to significantly clean this up) #67 #69

Stretch Goals if time allows:

  1. improve bing features (smoother streaming, style params, fix formatting bugs)
  2. cleanup code & writing a test suite for better CI/CD