Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,8 +14,7 @@ callback_manager = CallbackManager()
|
|
| 14 |
|
| 15 |
api_base_url = "https://api.siliconflow.cn/v1"
|
| 16 |
model = "internlm/internlm2_5-7b-chat"
|
| 17 |
-
api_key = "API_KEY"
|
| 18 |
-
# api_key = os.getenv("API_KEY")
|
| 19 |
|
| 20 |
|
| 21 |
|
|
|
|
| 14 |
|
| 15 |
api_base_url = "https://api.siliconflow.cn/v1"
|
| 16 |
model = "internlm/internlm2_5-7b-chat"
|
| 17 |
+
api_key = os.getenv("API_KEY")
|
|
|
|
| 18 |
|
| 19 |
|
| 20 |
|