diff --git a/src/components/ApiMenu/ApiMenu.tsx b/src/components/ApiMenu/ApiMenu.tsx index 5ddc768..5c290db 100644 --- a/src/components/ApiMenu/ApiMenu.tsx +++ b/src/components/ApiMenu/ApiMenu.tsx @@ -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); }}