mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-08-15 23:10:59 +00:00
fix:remove print
This commit is contained in:
@@ -122,7 +122,6 @@ class DashScopeAPIRunner(runner.RequestRunner):
|
||||
)
|
||||
idx_chunk = 0
|
||||
try:
|
||||
# print(await query.adapter.is_stream_output_supported())
|
||||
is_stream = await query.adapter.is_stream_output_supported()
|
||||
|
||||
except AttributeError:
|
||||
@@ -251,7 +250,6 @@ class DashScopeAPIRunner(runner.RequestRunner):
|
||||
|
||||
# 处理API返回的流式输出
|
||||
try:
|
||||
# print(await query.adapter.is_stream_output_supported())
|
||||
is_stream = await query.adapter.is_stream_output_supported()
|
||||
|
||||
except AttributeError:
|
||||
|
||||
Reference in New Issue
Block a user