# Local Ollama is not working with the Plugin

**URL:** https://meta.discourse.org/t/local-ollama-is-not-working-with-the-plugin/385607
**Category:** Support
**Tags:** ai
**Created:** [October 14, 2025, 7:43pm UTC](https://meta.discourse.org/t/local-ollama-is-not-working-with-the-plugin/385607 "2025-10-14T19:43:20Z")
**Posts on this page:** 1
**Showing post:** 1

<div class="post-metadata">

### Author: ![Tikkel](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tikkel/32/129809_2.png) [@Tikkel](https://meta.discourse.org/u/Tikkel)
#### Post date: [October 14, 2025, 7:43pm UTC](https://meta.discourse.org/t/local-ollama-is-not-working-with-the-plugin/385607/1 "2025-10-14T19:43:20Z")

</div>

In the container, i can use the ollama-service. But in the Discourse-Plugin comes only a “Internal Server Error”.

```plaintext
curl http://172.17.0.1:11434/v1/chat/completions -H “Content-Type: application/json” -d ‘{
“model”: “llama3.1:8b”,
“messages”: \[{“role”: “user”, “content”: “Hallo”}\]
}’
{“id”:“chatcmpl-145”,“object”:“chat.completion”,“created”:1760470827,“model”:“llama3.1:8b”,“system_fingerprint”:“fp_ollama”,“choices”:\[{“index”:0,“message”:{“role”:“assistant”,“content”:“Halló! (That’s the Icelandic pronunciation, by the way) or more commonly: Hallo! How can I help you today?”},“finish_reason”:“stop”}\],“usage”:{“prompt_tokens”:11,“completion_tokens”:29,“total_tokens”:40}}

```

Name: Ollama Llama 3.1 8B  
Modell-ID: llama3.1:8b  
Anbieter: OpenAI  
URL: [http://172.17.0.1:11434/v1/chat/completions](http://172.17.0.1:11434/v1/chat/completions)  
Tokenizer: Llama3  
Kontextfenster: 32000

---

_[View the full topic](https://meta.discourse.org/t/local-ollama-is-not-working-with-the-plugin/385607)._
