Revisiones de Ollama Translation
Ollama Translation por shada
2 revisiones
- Se valoró con 5 de 5por minuxl, el hace 9 díasollama服务需要处理跨域问题,服务环境变量:
```sh
OLLAMA_ORIGINS="moz-extension://*"
```
可在`systemctl edit ollama.service`添加
```systemd
[Service]
Environment=OLLAMA_ORIGINS="moz-extension://*"
```
保存退出重启服务
```sh
systemctl daemon-reload
systemctl restart ollama.service
``` - Se valoró con 5 de 5por hedogn, el hace 7 meses访问:localhost:11434/ 提示Ollama is running;但是始终提示;正在翻译,请稍候...;使用qwen2.5模型。