We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84e552c commit 0e81475Copy full SHA for 0e81475
1 file changed
python-client/examples/basic_usage.py
@@ -7,7 +7,7 @@
7
from sharpaikit import Agent
8
9
# Configuration
10
-API_KEY = "sk-502f0625194247d4adc2a9c7659c0ffe"
+API_KEY = "YOUR-API-KEY"
11
BASE_URL = "https://dashscope.aliyuncs.com/compatible-mode/v1"
12
MODEL = "qwen-plus"
13
0 commit comments