Spaces:
Sleeping
Sleeping
密码替换
Browse files
app.py
CHANGED
|
@@ -9,7 +9,7 @@ callback_manager = CallbackManager()
|
|
| 9 |
|
| 10 |
api_base_url = "https://internlm-chat.intern-ai.org.cn/puyu/api/v1/"
|
| 11 |
model = "internlm2.5-latest"
|
| 12 |
-
api_key =
|
| 13 |
|
| 14 |
# api_base_url = "https://api.siliconflow.cn/v1"
|
| 15 |
# model = "internlm/internlm2_5-7b-chat"
|
|
|
|
| 9 |
|
| 10 |
api_base_url = "https://internlm-chat.intern-ai.org.cn/puyu/api/v1/"
|
| 11 |
model = "internlm2.5-latest"
|
| 12 |
+
api_key = st.secrets["puyu_api"]
|
| 13 |
|
| 14 |
# api_base_url = "https://api.siliconflow.cn/v1"
|
| 15 |
# model = "internlm/internlm2_5-7b-chat"
|