Skip to content

Commit

Permalink
Update: Add a shortcut to custom models with the possibility to use …
Browse files Browse the repository at this point in the history
…the clipboard with shortcut models.
  • Loading branch information
untypequicode committed Mar 17, 2024
1 parent 71e92f5 commit 18f0df4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ollama-assist
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ function add_shortcut_custom() {
Version=1.0
Name=Ollama Assist - $model_name
Comment=AI-powered assistants for Linux
Exec=/opt/ollama-assist/bin/ollama-assist -c -r $model_name
Exec=gnome-terminal -e \"bash -c \\\"/opt/ollama-assist/bin/ollama-assist -c -r $model_name; exec bash\\\"\"
Terminal=true
Type=Application
Icon=ollamaassist
Expand Down

0 comments on commit 18f0df4

Please sign in to comment.