Skip to content

Deepseek support? #334

Answered by StephenHodgson
Bezhok asked this question in Q&A
Jan 28, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

This library was intended to only support the official API sorry.

That being said you can replace your API with the deepseek api key and use their domain as your domin when setting up the OpenAIClient.

just like in their examples:

var auth = new OpenAIAuthentication("<DeepSeek API Key>");
var settings = new OpenAISettings(domain: "https://api.deepseek.com");
var api = new OpenAIClient(auth, settings);

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@StephenHodgson
Comment options

Answer selected by StephenHodgson
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
question Further information is requested
2 participants
Converted from issue

This discussion was converted from issue #333 on January 28, 2025 21:33.