Ollama Settings
Ollama is one of the local model backends supported by WordOllama. You can use locally running Ollama models directly in Word or WPS. For another local backend that exposes an OpenAI-compatible API, see the model API setup guide.
Prerequisites
- Ollama installed
- At least one model downloaded (e.g.
qwen2.5:7b) - Ollama is running in the background
Configuration Steps
- Open the WordOllama settings interface
- Select Ollama as the AI provider
- Enter
http://localhost:11434as the API address (default) - Save the configuration, then select your model in the WordOllama panel
Recommended Models
- qwen2.5:7b: Strong Chinese language capability, excellent overall performance
- qwen2.5:3b: Lightweight version, suitable for low-spec computers
- llama3.2:3b: Meta's lightweight model, good English performance
- deepseek-r1:8b: DeepSeek model, strong reasoning ability
Verify Connection
Click the "Test Connection" button in the settings interface. If configured correctly, a success message will appear.
Troubleshooting
Can't connect to Ollama?
- Make sure Ollama is running: run
ollama listin terminal - The default address is
http://localhost:11434, check if it matches
Model loading slow?
The first time you load a model, it needs to be loaded into memory. Please be patient. Subsequent usage will be faster.