Spaces:
No application file
No application file
BinZhang
commited on
Commit
·
a494886
1
Parent(s):
7d1563c
dftmsg
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ callback_manager = CallbackManager()
|
|
11 |
|
12 |
api_base_url = "https://internlm-chat.intern-ai.org.cn/puyu/api/v1/"
|
13 |
model = "internlm2.5-latest"
|
14 |
-
api_key = os.getenv("
|
15 |
|
16 |
# api_base_url = "https://api.siliconflow.cn/v1"
|
17 |
# model = "internlm/internlm2_5-7b-chat"
|
|
|
11 |
|
12 |
api_base_url = "https://internlm-chat.intern-ai.org.cn/puyu/api/v1/"
|
13 |
model = "internlm2.5-latest"
|
14 |
+
api_key = os.getenv("MY_API_KEY")
|
15 |
|
16 |
# api_base_url = "https://api.siliconflow.cn/v1"
|
17 |
# model = "internlm/internlm2_5-7b-chat"
|