Open
Description
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:
- Windows 11
- Dapr