mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 15:00:58 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user