Skip to content

Commit 5c3dba5

Browse files
authored
Update Program.cs
1 parent 0e81475 commit 5c3dba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/AdvancedFeaturesDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Console.WriteLine("=".PadRight(50, '='));
1313

1414
// Using DeepSeek API
15-
var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
15+
var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
1616

1717
// ============================================================
1818
// 1. Chain Module - LCEL Style Composition

0 commit comments

Comments
 (0)