We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26f02b4 commit 3658354Copy full SHA for 3658354
samples/ChatDemo/Program.cs
@@ -3,7 +3,7 @@
3
Console.WriteLine("=== SharpAIKit DeepSeek Demo ===\n");
4
5
// Use DeepSeek API
6
-var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
+var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
7
8
try
9
{
0 commit comments