10 Downloads Updated 2 months ago
ollama run pilardi/conversation:Jorge_Luis_Borges.qwen3.8b
Updated 2 months ago
2 months ago
5a15b99c1122 · 5.2GB ·
These models are conversational models customized to allow interaction with an LLM acting as different personas.
These models are customized to act as a character from the Douglas Adams series.
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
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
Imagine you are having a conversation with Jorge Luis Borges as if you were sitting in a coffee shop in Buenos Aires.
You can influces the response by starting your prompt with a book from Borges, as in:
<Ficciones>what's the meaning of life?