remove custom api placeholder

This commit is contained in:
Jing Hua 2023-04-02 00:25:32 +08:00
parent 15ca9adc4a
commit f6c2976cbd

View file

@ -62,7 +62,6 @@ const ApiMenu = ({
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'
value={_apiEndpoint}
placeholder='https://chatgpt-api.shn.hk/v1/'
onChange={(e) => {
_setApiEndpoint(e.target.value);
}}