This commit is contained in:
yumoqing 2025-09-03 10:52:30 +08:00
parent 91de2a7265
commit 9b7aaef310

View File

@ -14,6 +14,7 @@
{
"llmid":"{{llm.id}}",
"llmcatelogid":"{{llm.llmcatelogid}}",
"response_mode": "{{'stream' if llm.stream=='1' else 'sync'}}",
"output_view":{{llm.output_view}},
"icon":"{{entire_url('/appbase/get_icon.dspy')}}?id={{llm.iconid}}",
"url":"{{entire_url('/llmage/llminference.dspy')}}",