psugihara / FreeChat

llama.cpp based AI chat app for macOS

Home Page:https://www.freechat.run

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Tweaks

okwme opened this issue · comments

  • plus button doesn't show on default sidebar width
  • should open first time with new chat started (maybe not for afterwards)
  • add "thinking" icon so you know if it's still generating response or not
    • currently only happens when it's actually giving the response but should start as soon as the user submits the request
  • shift-enter (insert new line) doens't add a new line but jumps to the end of the text
  • Auto reply to "thank you" (and variations) so that the model doess't have to be used here
  • change custom model from .bin to .gguf
  • add link to the settings to huggingface with a sample search query to help people get started
  • validation of Model selection screen (confirm file type and not the same file that's already been added)
  • Ai response doesn't scroll to bottom of text screen when finished

fixed most, punting on 2 🤗