feat: support reasoning models like DeepSeek R1

This commit is contained in:
AnotiaWang
2025-02-14 15:20:02 +08:00
parent 93527597b7
commit e7296df78f
17 changed files with 549 additions and 171 deletions

View File

@ -102,7 +102,7 @@
block
@click="handleSubmit"
>
{{ isLoadingFeedback ? 'Researching...' : $t('researchTopic.start') }}
{{ isLoadingFeedback ? $t('researchTopic.researching') : $t('researchTopic.start') }}
</UButton>
</template>
</UCard>