fix:del some print ,and amend respback on stream judge ,and del in dingtalk this is_stream_output_supported() use

This commit is contained in:
Dong_master
2025-07-29 23:09:02 +08:00
committed by Junyan Qin
parent 074d359c8e
commit a9776b7b53
10 changed files with 127 additions and 186 deletions
@@ -55,6 +55,6 @@ class DeepseekChatCompletions(chatcmpl.OpenAIChatCompletions):
raise errors.RequesterError('接口返回为空,请确定模型提供商服务是否正常')
pipeline_config = query.pipeline_config
# 处理请求结果
message = await self._make_msg(resp,pipeline_config)
message = await self._make_msg(resp, pipeline_config)
return message