(state.show = !state.show)"
class="bg __hover-bg flex h-8 w-full items-center justify-end rounded-sm px-2 text-xs"
>
{{ modelConfig?.modelId ? modelConfig?.modelName : '请选择模型' }}
(state.showConfig = !state.showConfig)"
/>
参数
state.stopText.trim()
? (state.modelConfig.paramsConfig.stopSequence.push(
state.stopText,
),
(state.stopText = ''))
: undefined
"
/>