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 97bc380 commit 0c899fdCopy full SHA for 0c899fd
SharpAIKit/samples/KillerFeaturesDemo/Program.cs
@@ -8,7 +8,7 @@
8
Console.WriteLine("=".PadRight(60, '='));
9
10
// Use DeepSeek API
11
-var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
+var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
12
13
// ============================================================
14
// 1. 🔮 Native C# Code Interpreter
0 commit comments