Replies: 2 comments
|
Hey so I was able to repro this. I think there may be a parsing issue with OllamaChat.Model when it's set to "deepseek-r1:1.5b" I get 404s for my fully reachable Ollama service. When I switch to "deepseek-r1:7b", it works fine. Able to try another model or the 7b variant of deepseek-r1? |
0 replies
|
Thanks for the reminder! Apologies for the delayed response—I've been swamped lately and missed your email initially.
I appreciate you following up on this. I'll carve out some time to test this soon.
Thank you again for answering this question.
Best regards
…------------------ 原始邮件 ------------------
发件人: "DustinHendrickson/mod-ollama-chat" ***@***.***>;
发送时间: 2025年10月19日(星期天) 晚上10:40
***@***.***>;
***@***.******@***.***>;
主题: Re: [DustinHendrickson/mod-ollama-chat] [Ollama Chat] HTTP request failed with status: 404 for localhost:11434/api/generate (Discussion #95)
Hey so I was able to repro this. I think there may be a parsing issue with OllamaChat.Model when it's set to "deepseek-r1:1.5b"
I get 404s for my fully reachable Ollama service. When I switch to "deepseek-r1:7b", it works fine. Able to try another model or the 7b variant of deepseek-r1?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
This mod is awesome.
I have a problem. Here are my installation steps. What went wrong?
System
OS: Ubuntu 22.04
sudo apt install -y build-essential cmake git clang make libboost-all-dev libssl-dev libmysqlclient-dev libreadline-devfmtlib
json
Ollama
ollama -v

mod_ollama_chat.conf

In the game


So what's the problem?
All reactions