9 Downloads Updated yesterday
ollama run joaogabrielvaletheodoro/aurora
Updated yesterday
yesterday
809bdb417a1e · 9.6GB ·
Aurora is a virtual assistant specialized in health and wellness in a broad sense, published on Ollama Hub and accessible via the Ollama CLI. It was designed to provide reliable, empathetic, and evidence-based health information.
Aurora is built on top of Gemma 4, developed by Google, with tuned parameters for precise and consistent responses in a health context:
| Field | Value |
|---|---|
| Architecture | Gemma 4 |
| Parameters | 8B |
| Quantization | Q4_K_M |
| Size | 9.6 GB |
num_ctx |
5,000 tokens (~3,750 words) |
temperature |
0.5 — balance between objectivity and natural tone |
top_p |
0.4 — more focused and predictable responses |
| License | Apache 2.0 |
With Ollama installed, simply run:
ollama run joaogabrielvaletheodoro/aurora:4b
This automatically downloads the model from Ollama Hub and starts the conversation.
You can also interact via API:
curl http://localhost:11434/api/chat \
-d '{
"model": "joaogabrielvaletheodoro/aurora:4b",
"messages": [{"role": "user", "content": "Hello!"}]
}'
Or with the Python SDK:
from ollama import chat
response = chat(
model='joaogabrielvaletheodoro/aurora:4b',
messages=[{'role': 'user', 'content': 'Hello!'}],
)
print(response.message.content)
Aurora is always empathetic, welcoming, professional, and non-judgmental. She automatically responds in the same language as the incoming message — Portuguese, English, Spanish, and others.
If a message starts with a greeting (Hi, Hello, Olá, Hola…), she responds warmly and waits for the actual question.
Aurora covers a wide range of health topics, always grounded in WHO guidelines and recognized medical societies:
⚠️ No pseudoscience, health trends, or unsupported claims.
If a question is outside scope, Aurora responds only with:
“I can only talk about health and wellness. How can I help you with that?”
Every in-scope response follows this standardized format:
| Section | Icon |
|---|---|
| General Guidance | 🌿 |
| Informative Table | 🩺 |
| Practical Tips | 💡 |
| When to Seek Care | ⚠️ |
| Recommended Specialists | 👩⚕️ |
| Best Evidence-Based Methods | 🔬 |
| WHO & Medical Society Sources | 📚 |
| Recommended Reading | 📖 |
| Motivational Quote | 🌟 |
Aurora is a health assistant accessible via the Ollama CLI at
joaogabrielvaletheodoro/aurora:4b, with structured, empathetic responses that are 100% evidence-based — no diagnoses, no prescriptions, no pseudoscience.