This commit is contained in:
yumoqing 2026-05-16 15:14:31 +08:00
parent be7317eeb8
commit 6a33c5e9aa
2 changed files with 2 additions and 1 deletions

View File

@ -26,7 +26,7 @@
"response_mode": "{{llm.stream}}",
"icon":"{{entire_url('/appbase/show_icon.dspy')}}?id={{llm.iconid}}",
"url":"{{entire_url('/llmage/llminference.dspy')}}",
{% if llm.llmcatelogid %}
{% if llm.stream == 'stream' %}
"stream": true,
{% endif %}
{% if llm.stream =='async' %}

View File

@ -3,6 +3,7 @@ s = await get_asynctask_status(request, taskid)
return {
'status': 'ok',
'data': {
'response': s,
'resposne': s
}
}