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 dc53785 commit 84e552cCopy full SHA for 84e552c
python-client/examples/agent_demo.py
@@ -38,7 +38,7 @@ def main():
38
print(" Using default Qwen API key for testing")
39
40
# Use Qwen configuration if using Qwen API key
41
- if api_key == "sk-502f0625194247d4adc2a9c7659c0ffe" or os.getenv("QWEN_API_KEY"):
+ if api_key == "YOUR-API-KEY" or os.getenv("QWEN_API_KEY"):
42
base_url = os.getenv("LLM_BASE_URL", "https://dashscope.aliyuncs.com/compatible-mode/v1")
43
model = os.getenv("LLM_MODEL", "qwen-turbo")
44
else:
0 commit comments