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 0e81475 commit 5c3dba5Copy full SHA for 5c3dba5
samples/AdvancedFeaturesDemo/Program.cs
@@ -12,7 +12,7 @@
12
Console.WriteLine("=".PadRight(50, '='));
13
14
// Using DeepSeek API
15
-var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
+var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
16
17
// ============================================================
18
// 1. Chain Module - LCEL Style Composition
0 commit comments