You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, I am experimenting with Conversation API - deepseek. It works fine with the deepseek API key. But it could not work with the Ollama - deepseek model. I read through the code at https://github.com/dapr/components-contrib/blob/v1.15.0-rc.3/conversation/deepseek/deepseek.go, and found out that this component uses https://github.com/cohesion-org/deepseek-go, and it can only work with deepseek API (cloud platform).
Is there any way to run it with Ollama - Deepseek deepseek-r1:1.5b?
Describe the feature
Currently, I am experimenting with Conversation API - deepseek. It works fine with the deepseek API key. But it could not work with the Ollama - deepseek model. I read through the code at https://github.com/dapr/components-contrib/blob/v1.15.0-rc.3/conversation/deepseek/deepseek.go, and found out that this component uses
https://github.com/cohesion-org/deepseek-go
, and it can only work with deepseek API (cloud platform).Is there any way to run it with Ollama - Deepseek
deepseek-r1:1.5b
?/cc @yaron2
My environment:
The text was updated successfully, but these errors were encountered: