snippetbashTip
alpaca — A graphical frontend to chat with Ollama models. See also: `ollama`. More information: <https://jeff
Viewed 0 times
alpacachatcommandgraphicalfrontendcliwithollama
linux
Problem
How to use the
alpaca command: A graphical frontend to chat with Ollama models. See also: ollama. More information: <https://jeffser.com/alpaca/launch-options.html>.Solution
alpaca — A graphical frontend to chat with Ollama models. See also: ollama. More information: <https://jeffser.com/alpaca/launch-options.html>.Launch Alpaca and start a new chat:
alpaca --new-chat "{{chat_title}}"Open Quick Ask with a message:
alpaca --ask "{{message}}"List all activities that can be launched with
--activity:alpaca --list-activitiesOpen an activity:
alpaca --activity {{activity}}List all current chats:
alpaca --list-chatsCode Snippets
Launch Alpaca and start a new chat
alpaca --new-chat "{{chat_title}}"Open Quick Ask with a message
alpaca --ask "{{message}}"List all activities that can be launched with `--activity`
alpaca --list-activitiesOpen an activity
alpaca --activity {{activity}}List all current chats
alpaca --list-chatsContext
tldr-pages: linux/alpaca
Revisions (0)
No revisions yet.