Luyang Liu
Luyang Liu
Is this why we get the `Ollama error (nil): Malformed JSON in response.` error whenever we receive a response from ollama?
I get the the error when I run `gptel-send` with the following configurations. It also takes 10 minutes before the response arrives. I also got `Response Error: nil` sometimes. ```...
I got the following: On *gptel-log*: ```json { "gptel": "request Curl command", "timestamp": "2024-02-11 13:06:13" } [ "curl", "--disable", "--location", "--silent", "--compressed", "-XPOST", "-y300", "-Y1", "-D-", "-w(5242174a9fcb32555dea3157193c24d7 . %{size_header})", "-d{\"model\":\"mistral\",\"system\":\"You...
It seems the problem may stem from Ollama itself. I attempted to execute the following command: ``` curl -X POST -d "{\"model\":\"mistral\",\"system\":\"You are a large language model living in Emacs...