Critiques pour Ollama Web Chat
Ollama Web Chat par oneoff
Avis de dschoni
Noté 2 sur 5
par dschoni, il y a un moisInteressante Möglichkeit zur Verwendung von vorkonfigurierten Abfragen über Buttons.
Die Sicherheit ist allerdings gering.
Websites können durch "OLLAMA_ORIGINS='*'" den Betrieb von Ollama abfragen und Ollama für eigene Zwecke benutzen und erhalten Zugriff auf das System.
Die Sicherheit ist allerdings gering.
Websites können durch "OLLAMA_ORIGINS='*'" den Betrieb von Ollama abfragen und Ollama für eigene Zwecke benutzen und erhalten Zugriff auf das System.
Réponse du développeur
mis en ligne : il y a 2 joursThat's false, there is not way the addon che access the system, the tool run with local models therefore you need to run ollama locally. Please read the instructions before commenting. Thanks
Source:
Important: This addon requires Ollama to be accessible from your browser extension. Before running ollama serve, set the OLLAMA_ORIGINS environment variable.
- Windows PowerShell: $env:OLLAMA_ORIGINS='*'; ollama serve
- Linux/macOS (Bash/Zsh): OLLAMA_ORIGINS='*' ollama serve
Source:
Important: This addon requires Ollama to be accessible from your browser extension. Before running ollama serve, set the OLLAMA_ORIGINS environment variable.
- Windows PowerShell: $env:OLLAMA_ORIGINS='*'; ollama serve
- Linux/macOS (Bash/Zsh): OLLAMA_ORIGINS='*' ollama serve
1 note
Il n’y a aucune critique pour l’instant