mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 22:13:59 +01:00
remove custom api placeholder
This commit is contained in:
parent
15ca9adc4a
commit
f6c2976cbd
|
@ -62,7 +62,6 @@ const ApiMenu = ({
|
||||||
type='text'
|
type='text'
|
||||||
className='text-gray-800 dark:text-white p-3 text-sm border-none bg-gray-200 dark:bg-gray-600 rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
|
className='text-gray-800 dark:text-white p-3 text-sm border-none bg-gray-200 dark:bg-gray-600 rounded-md m-0 w-full mr-0 h-8 focus:outline-none'
|
||||||
value={_apiEndpoint}
|
value={_apiEndpoint}
|
||||||
placeholder='https://chatgpt-api.shn.hk/v1/'
|
|
||||||
onChange={(e) => {
|
onChange={(e) => {
|
||||||
_setApiEndpoint(e.target.value);
|
_setApiEndpoint(e.target.value);
|
||||||
}}
|
}}
|
||||||
|
|
Loading…
Reference in a new issue