Skip to content

QChatGPT v0.4

Compare
Choose a tag to compare
@Mariosmsk Mariosmsk released this 01 Apr 23:21
· 20 commits to main since this release
ab4a900

What's Changed

  • Adding hint to install openai module on macOS by @gilles-morain in #9
  • Adding context to conversations #10 adds context for last 6 interactions by @Ojaybee in #11
  • Add the models gpt-3.5-turbo, gpt-3.5-turbo-0301 (you need to be using openai v0.27.0)
  • Load UI fast.
  • Add Image (checkbox) option to show an image in chat.
  • Add history command of questions (use Up/Down arrows).
  • Some fixes.

New Contributors