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).
Continue a conversation
Use the conversation ID from above:Read conversation history
List all conversations
Delete a conversation
System prompts
Set a system prompt when starting a new conversation:Piping
Options
| 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 |