Ollama
Ollama allows you to run LLMs on your local machine.
Install Ollama first, then install your favorite models, for example:
bash
ollama pull deepseek-r1
Chat Title Generation
For Ollama, we use qwen2.5:latest
to generate chat title by default, make sure you have downloaded it:
ollama pull qwen2.5:latest
Web Search
For Ollama, we use qwen2.5:latest
to fetch web search results by default, make sure you have downloaded it:
ollama pull qwen2.5:latest