Recenzje dodatku Ollama Translation
Ollama Translation Autor: shada
Autor recenzji: minuxl
Ocena: 5/5
Autor: minuxl, 10 miesięcy temuollama服务需要处理跨域问题,服务环境变量:
```sh
OLLAMA_ORIGINS="moz-extension://*"
```
可在`systemctl edit ollama.service`添加
```systemd
[Service]
Environment=OLLAMA_ORIGINS="moz-extension://*"
```
保存退出重启服务
```sh
systemctl daemon-reload
systemctl restart ollama.service
```
```sh
OLLAMA_ORIGINS="moz-extension://*"
```
可在`systemctl edit ollama.service`添加
```systemd
[Service]
Environment=OLLAMA_ORIGINS="moz-extension://*"
```
保存退出重启服务
```sh
systemctl daemon-reload
systemctl restart ollama.service
```
2 recenzje