Reviews for Ollama Translation
Ollama Translation by shada
2 reviews
- Rated 5 out of 5by minuxl, 7 days agoollama服务需要处理跨域问题,服务环境变量:
```sh
OLLAMA_ORIGINS="moz-extension://*"
```
可在`systemctl edit ollama.service`添加
```systemd
[Service]
Environment=OLLAMA_ORIGINS="moz-extension://*"
```
保存退出重启服务
```sh
systemctl daemon-reload
systemctl restart ollama.service
``` - Rated 5 out of 5by hedogn, 7 months ago访问:localhost:11434/ 提示Ollama is running;但是始终提示;正在翻译,请稍候...;使用qwen2.5模型。