FreeChat
FreeChat copied to clipboard
llama.cpp based AI chat app for macOS
I downloaded this from the App Store, then when I ran into an issue where I wanted a user guide or something. I eventually found my answer here in the...
This pull request fixes text selection #22 by adding a button in the chat interface. You can see it here: https://github.com/psugihara/FreeChat/assets/14274086/8b9d4727-62ab-4f55-9bb7-0de7700c360e This allows users to select text more easily by...
Currently you can only select text 1 paragraph at a time due to the markdown package we use. This is incredibly annoying! There's an issue tracking that here but no...
This change extends previous work on remote models, and adds OpenAI compatible backend #59 Tasks and discussions: - [x] Use the same completion interface for all backends - [x] Upgrade...
It would be nice to be able to install this without logging in to Apple Store or building using XCode. Homebrew Cask formula seems like a good solution.
There's a fantastic demo here https://github.com/ggerganov/whisper.cpp/tree/master/examples/talk-llama. I think a good UI could be putting a button in the text input like iOS messages. Hitting that would put you into voice...
Would be great if we can configure to add an OpenAI API. Ollama recently added support for it. https://ollama.com/blog/openai-compatibility EdgeAI supports OpenAI API. https://edgen.co
Thanks for FreeChat! Would it be possible to add a font size option? I have a hard time reading the small text, and I don't see an option to increase...
It would be really cool to chat with my little local AIs on the go. I'm thinking I check a box in the settings and it gives me a link...
- [ ] Add a way to click-to-download featured models from within the app - [x] Remove the default app from the bundle and make the user add a model...