Update packages/frontend/src/pages/admin/external-services.vue
Co-authored-by: Kisaragi <48310258+KisaragiEffective@users.noreply.github.com>
This commit is contained in:
parent
789e0a022e
commit
3a1cd8100e
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue