Đánh giá cho Ollama Translation
Ollama Translation bởi shada
2 đánh giá
- Xếp hạng 5 trong số 5bởi minuxl, 10 ngày trướcollama服务需要处理跨域问题,服务环境变量:
```sh
OLLAMA_ORIGINS="moz-extension://*"
```
可在`systemctl edit ollama.service`添加
```systemd
[Service]
Environment=OLLAMA_ORIGINS="moz-extension://*"
```
保存退出重启服务
```sh
systemctl daemon-reload
systemctl restart ollama.service
``` - Xếp hạng 5 trong số 5bởi hedogn, 7 tháng trước访问:localhost:11434/ 提示Ollama is running;但是始终提示;正在翻译,请稍候...;使用qwen2.5模型。