|
4 | 4 | <p align="center"> |
5 | 5 | <img src="assets/images/OllamaSwift.svg" width="128"> |
6 | 6 | </p> |
7 | | -A user-friendly interface for [Ollama AI](https://ollama.ai) created in Swift. This application is not directly affiliated with Ollama.ai |
| 7 | +A user-friendly interface for https://ollama.ai created in Swift. This application is not directly affiliated with Ollama.ai |
8 | 8 |
|
9 | 9 | **This app requires Ollama to be installed and online to function.** Install Ollama: https://ollama.ai |
10 | 10 |
|
@@ -46,7 +46,7 @@ A user-friendly interface for [Ollama AI](https://ollama.ai) created in Swift. T |
46 | 46 | ## Getting Started: |
47 | 47 | 1. Install Ollama ( https://ollama.ai ) |
48 | 48 | 2. Open Ollama |
49 | | -3. Run Ollama Swift |
| 49 | +3. Run Ollama Swift (Note: If opening Ollama Swift starts the settings page, open a new window using Command + N) |
50 | 50 | 4. Download your first model by going into Manage Models |
51 | 51 | - Check possible models to download on: https://ollama.ai/models |
52 | 52 | - Copy and paste the name and press on the download button |
@@ -78,6 +78,13 @@ A user-friendly interface for [Ollama AI](https://ollama.ai) created in Swift. T |
78 | 78 | ### 7. Are there any system requirements? |
79 | 79 | - This is a very simple light-weight user interface. As long as you can run https://ollama.ai locally, then this application should work as well. |
80 | 80 |
|
| 81 | +### 8. What keyboard shortcuts are supported? |
| 82 | +- command + return : Send a message |
| 83 | +- command + "r" : Refresh connection to server |
| 84 | +- command + "n" : Start a new window |
| 85 | +- command + "t" : Open a new tab |
| 86 | +- command + "," : Open settings |
| 87 | + |
81 | 88 |
|
82 | 89 | ## Dark Mode also available! |
83 | 90 |  |
|
0 commit comments