Ollama: Difference between revisions
Majabojarska (talk | contribs) m Add missing '=' char after "services.ollama". |
→Usage via web API: Add hint for Open-WebUI |
||
Line 38: | Line 38: | ||
== Usage via web API == | == Usage via web API == | ||
Other software can use the web API (default at: http://localhost:11434 ) to query ollama. This works well e.g. in Intellij-IDEs with the CodeGPT and the "Ollama Commit Summarizer" plugins. | Other software can use the web API (default at: http://localhost:11434 ) to query ollama. This works well e.g. in Intellij-IDEs with the CodeGPT and the "Ollama Commit Summarizer" plugins. | ||
Alternatively, on enabling "open-webui", a web portal is available at: http://localhost:8080/: | |||
services.open-webui.enable = true; | |||
== Troubleshooting == | == Troubleshooting == |