Deep Seek and Ollama Compatibility #418
-
There is a base url link https://www.example.com/{api} but https://www.example.com/v1/{api} The BaseRequest = ApiVersion == "/" ? "/" : $"/{ApiVersion}/"; Currently, I am using this method to hack, but it is clearly not suitable. |
Beta Was this translation helpful? Give feedback.
Answered by
StephenHodgson
Feb 3, 2025
Replies: 1 comment 4 replies
-
Is this for a proxy? If so then it probably won't be supported. I do have a proxy forwarding requests but it ensures the base URL is the same as the official api. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Well I only support the official API sorry.
When I run deepseek locally I add the version to the API client.
I added below what I tested for unity plugin
So I guess they're not actually running an OpenAI compatible API at the end of the day.
8b param model