A user-friendly interface for Ollama created in SwiftUI.
This project is a fork of @kghandour's Ollama-SwiftUI with extra features:
- Option to retry and edit messages
- Use
cmd
+enter
to send a message - Support for system prompts
- Access to chat history
- Compatibility with macOS 13
This app requires Ollama to be installed and running to function.
If you already have Ollama installed, you can now download Ollama Chat:
- Install Ollama (https://ollama.ai)
- Run Ollama
- Launch the Ollama Chat app
- Download your first model by going into Manage Models
- Check possible models to download on: https://ollama.com/search
- Copy and paste the name and press the download button
- Select the model from the dropdown on the main page to start your conversation
- Write your prompt and start the conversation!
- You need to download and install https://ollama.ai, and it must be running in the background for this interface to work.
- You can modify the IP address and port in the settings. Ollama Chat > Preferences
- This is a very simple, lightweight user interface. As long as you can run https://ollama.ai locally, then this application should work as well.
For bugs and feedback, please create a new issue.
Feel free to contribute by creating a pull request, and the best effort will be made to review and merge it.