mirror of
https://github.com/Yanyutin753/RefreshToV1Api.git
synced 2025-10-14 23:22:42 +00:00
[feat] 优化日志输出
This commit is contained in:
2
main.py
2
main.py
@@ -212,7 +212,7 @@ def send_text_prompt_and_get_response(messages, api_key, stream, model):
|
||||
if model_config:
|
||||
# 检查是否有 ori_name
|
||||
ori_model_name = model_config.get('ori_name', model)
|
||||
print(f"实际模型名: {ori_model_name}")
|
||||
print(f"原模型名: {ori_model_name}")
|
||||
if ori_model_name == 'gpt-4-s':
|
||||
payload = {
|
||||
# 构建 payload
|
||||
|
Reference in New Issue
Block a user