Update packages/frontend/src/pages/admin/external-services.vue

Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
This commit is contained in:
dogcraft 2025-03-23 07:25:37 +08:00 committed by GitHub
parent 789e0a022e
commit 3a1cd8100e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ SPDX-License-Identifier: AGPL-3.0-only
</MkInput>
<MkInput v-model="llmTranslatorModel">
<template #label>Model Name</template>
<template #caption>Llm model to use (e.g., gpt-3.5-turbo, text-davinci-003, deepseek-chat)</template>
<template #caption>LLM model to use (e.g., gpt-3.5-turbo, text-davinci-003, deepseek-chat)</template>
</MkInput>
<MkInput v-model="llmTranslatorTemperature" type="number">
<template #label>Temperature</template>