Skip to content

Commit 84e552c

Browse files
authored
Update agent_demo.py
1 parent dc53785 commit 84e552c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python-client/examples/agent_demo.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main():
3838
print(" Using default Qwen API key for testing")
3939

4040
# Use Qwen configuration if using Qwen API key
41-
if api_key == "sk-502f0625194247d4adc2a9c7659c0ffe" or os.getenv("QWEN_API_KEY"):
41+
if api_key == "YOUR-API-KEY" or os.getenv("QWEN_API_KEY"):
4242
base_url = os.getenv("LLM_BASE_URL", "https://dashscope.aliyuncs.com/compatible-mode/v1")
4343
model = os.getenv("LLM_MODEL", "qwen-turbo")
4444
else:

0 commit comments

Comments
 (0)