ragflow [问题]:响应错误

ryoqjall  于 3个月前  发布在  其他
关注(0)|答案(2)|浏览(49)

描述你的问题

原因是什么?

6yoyoihd

6yoyoihd1#

这个错误是由Ollama引起的。我认为你需要在谷歌上搜索这个错误。我猜它与CUDA工具包有关。

slwdgvem

slwdgvem2#

这个问题是由Ollama引起的。我认为你需要谷歌这个错误。我猜它与CUDA工具包有关。但是当我使用curl请求时,我可以得到正确的结果。

curl [http://localhost:11434/api/chat](http://localhost:11434/api/chat) -d '{
 "model": "glm4",
 "messages": [
 { "role": "user", "content": "hi" }
 ]
}'

相关问题