mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-24 17:52:17 +00:00
31 lines
582 B
Plaintext
31 lines
582 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, linux]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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-activities`
|
|
|
|
- Open an activity:
|
|
|
|
`alpaca --activity {{activity}}`
|
|
|
|
- List all current chats:
|
|
|
|
`alpaca --list-chats`
|