Spaces:
Sleeping
Sleeping
Tuchuanhuhuhu
commited on
Commit
•
4b3a2fb
1
Parent(s):
0ec4179
chore: 减少不必要的 log 打印
Browse files- modules/models/models.py +1 -1
modules/models/models.py
CHANGED
@@ -163,7 +163,7 @@ class OpenAIClient(BaseLLMModel):
|
|
163 |
|
164 |
# 如果有自定义的api-host,使用自定义host发送请求,否则使用默认设置发送请求
|
165 |
if shared.state.completion_url != COMPLETION_URL:
|
166 |
-
logging.
|
167 |
|
168 |
with retrieve_proxy():
|
169 |
try:
|
|
|
163 |
|
164 |
# 如果有自定义的api-host,使用自定义host发送请求,否则使用默认设置发送请求
|
165 |
if shared.state.completion_url != COMPLETION_URL:
|
166 |
+
logging.debug(f"使用自定义API URL: {shared.state.completion_url}")
|
167 |
|
168 |
with retrieve_proxy():
|
169 |
try:
|