From ff64ea81fd3c38c8c8b65ef6b8a7c6af5d6f7bb0 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 13 Mar 2026 13:44:16 +0800 Subject: [PATCH] bugfix --- wwwroot/kboss/promote.dspy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wwwroot/kboss/promote.dspy b/wwwroot/kboss/promote.dspy index 4f985f8..6cdce98 100644 --- a/wwwroot/kboss/promote.dspy +++ b/wwwroot/kboss/promote.dspy @@ -24,7 +24,7 @@ try: "llmid": 'BDfl0Ts-sZp_UgRDGfDM4' } f = partial(inference_generator, request, params_kw=params) - return stream_response(request, f) + return await stream_response(request, f) except Exception as e: exception(f'{e}') raise e