-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
If Ollama is detected as stopped, a "Start Ollama" button is displayed. When clicked, it'll attempt to start the Ollama service from the terminal: - on Mac, opens the Ollama.app - on Windows, runs "ollama app.exe" - on Linux, runs the start_ollama.sh script, responsible for finding the proper service to start (or falls back to running ollama serve) Signed-off-by: msivasubramaniaan <[email protected]> Signed-off-by: Fred Bricon <[email protected]> Co-authored-by: Fred Bricon <[email protected]>
- Loading branch information
1 parent
887304e
commit e5bcacd
Showing
4 changed files
with
75 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters