dria chat
Have multi-turn conversations with persistent history. Each conversation is stored locally at~/.dria/chats/ and can be continued later.
Start a new conversation
a1b2c3d4).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Multi-turn conversations with persistent history.
~/.dria/chats/ and can be continued later.
dria chat -m qwen3.5:9b "What is Rust?"
a1b2c3d4).
dria chat a1b2c3d4 "Tell me more about ownership"
dria chat a1b2c3d4
dria chat list
dria chat delete a1b2c3d4
dria chat -m qwen3.5:9b --system "You are a helpful coding assistant" "How do I read a file in Python?"
echo "explain monads" | dria chat -m qwen3.5:9b
| Option | Description | Default |
|---|---|---|
-m, --model <model> | Model to use (required for new conversations) | — |
--system <prompt> | System prompt (new conversations only) | — |
--no-stream | Disable streaming | false |
--json | Output raw JSON | false |
--max-tokens <n> | Max tokens | 2048 |
--temperature <t> | Sampling temperature | 0.7 |