Skip to content

Commit d8e31cd

Browse files
authored
Update DeepSeek API key to placeholder
Replaced hardcoded API key with a placeholder.
1 parent 3658354 commit d8e31cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/KillerFeaturesDemo/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
Console.WriteLine("=".PadRight(60, '='));
99

1010
// Use DeepSeek API
11-
var client = LLMClientFactory.CreateDeepSeek("sk-e164311ef7914e46a5d760c505714b94");
11+
var client = LLMClientFactory.CreateDeepSeek("YOUR-API-KEY");
1212

1313
// ============================================================
1414
// 1. 🔮 Native C# Code Interpreter

0 commit comments

Comments
 (0)