mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-06-08 06:16:27 +08:00
完善api设置中api地址的占位符
This commit is contained in:
parent
b27248bdb0
commit
94bffd0375
@ -75,7 +75,11 @@
|
|||||||
dense
|
dense
|
||||||
v-model="aiConfig.apiUrl"
|
v-model="aiConfig.apiUrl"
|
||||||
class="col-7"
|
class="col-7"
|
||||||
:placeholder="`${aiConfig.apiType} API地址`"
|
:placeholder="
|
||||||
|
aiConfig.apiType === 'openai'
|
||||||
|
? '例:https://api.openai.com'
|
||||||
|
: '例:http://localhost:11434'
|
||||||
|
"
|
||||||
>
|
>
|
||||||
<template v-slot:prepend>
|
<template v-slot:prepend>
|
||||||
<q-badge
|
<q-badge
|
||||||
|
Loading…
x
Reference in New Issue
Block a user