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 3658354 commit d8e31cdCopy full SHA for d8e31cd
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