@@ -40,7 +40,7 @@ def demo_basic_agent():
4040 print_section ("Demo 1: Basic Agent Execution" )
4141
4242 # Configuration
43- API_KEY = "YOUR_API_KEY "
43+ API_KEY = "YOUR-API-KEY "
4444 BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
4545 MODEL = "qwen-plus"
4646
@@ -81,7 +81,7 @@ def demo_skill_system():
8181 """Demo 2: Skill system integration"""
8282 print_section ("Demo 2: Skill System Integration" )
8383
84- API_KEY = "sk-502f0625194247d4adc2a9c7659c0ffe "
84+ API_KEY = "YOUR-API-KEY "
8585 BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
8686 MODEL = "qwen-plus"
8787
@@ -141,7 +141,7 @@ def demo_streaming():
141141 """Demo 3: Streaming execution"""
142142 print_section ("Demo 3: Streaming Execution" )
143143
144- API_KEY = "sk-502f0625194247d4adc2a9c7659c0ffe "
144+ API_KEY = "YOUR-API-KEY "
145145 BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
146146 MODEL = "qwen-plus"
147147
@@ -186,7 +186,7 @@ def demo_context_passing():
186186 """Demo 4: Context passing"""
187187 print_section ("Demo 4: Context Passing" )
188188
189- API_KEY = "sk-502f0625194247d4adc2a9c7659c0ffe "
189+ API_KEY = "YOUR-API-KEY "
190190 BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
191191 MODEL = "qwen-plus"
192192
@@ -229,7 +229,7 @@ def demo_error_handling():
229229 """Demo 5: Error handling"""
230230 print_section ("Demo 5: Error Handling" )
231231
232- API_KEY = "sk-502f0625194247d4adc2a9c7659c0ffe "
232+ API_KEY = "YOUR-API-KEY "
233233 BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
234234 MODEL = "qwen-plus"
235235
@@ -277,7 +277,7 @@ def demo_skill_resolution():
277277 """Demo 6: Skill resolution details"""
278278 print_section ("Demo 6: Skill Resolution Details" )
279279
280- API_KEY = "sk-502f0625194247d4adc2a9c7659c0ffe "
280+ API_KEY = "YOUR-API-KEY "
281281 BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
282282 MODEL = "qwen-plus"
283283
0 commit comments