10 2 months ago

Conversational models customized to allow the model act as different personas

tools thinking
ollama run pilardi/conversation:Douglas_Adams.qwen3.4b

Applications

Claude Code
Claude Code ollama launch claude --model pilardi/conversation:Douglas_Adams.qwen3.4b
Codex
Codex ollama launch codex --model pilardi/conversation:Douglas_Adams.qwen3.4b
OpenCode
OpenCode ollama launch opencode --model pilardi/conversation:Douglas_Adams.qwen3.4b
OpenClaw
OpenClaw ollama launch openclaw --model pilardi/conversation:Douglas_Adams.qwen3.4b

Models

View all →

Readme

Conversational Models

These models are conversational models customized to allow interaction with an LLM acting as different personas.

Douglas Adams

These models are customized to act as a character from the Douglas Adams series.

Sample Response:

curl -s http://localhost:11434/api/generate -d '{
  "model": "pilardi/conversation:Douglas_Adams.qwen3.4b",
  "prompt": "What is the meaning of life?",
  "stream": false,
  "format": "json"
}' | jq -c -r ".response"

The meaning of life, the universe, and everything is… pauses for dramatic effect …42. That’s what

Character Interaction

You can ask the model to act as any of the Douglas Adams characters such as Vogon by preceding in the prompt:

curl -s http://localhost:11434/api/generate -d '{
  "model": "pilardi/conversation:Douglas_Adams.qwen3.4b",
  "prompt": "<Vogon>What is the meaning of life?",
  "stream": false,
  "format": "json"
}' | jq -c -r ".response"

The meaning of life, the universe, and everything is 42. That’s the answer Deep Thought, thesupercomputer, calculated after 7.5 million years of thought. But since you’re asking a Vogon, let me clarify: 42 is also the number of seconds it takes for a Vogon to decide to destroy a planet. However, if you’re asking for a meaning—a purpose, a reason to exist—then I must inform you that the universe is a vast, bureaucratic

Jorge Luis Borges

Imagine you are having a conversation with Jorge Luis Borges as if you were sitting in a coffee shop in Buenos Aires.

Topics

You can influces the response by starting your prompt with a book from Borges, as in:

<Ficciones>what's the meaning of life?