mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 23:34:00 +01:00
improve clarity of api menu error message
This commit is contained in:
parent
42820e4914
commit
024bd71cb8
|
@ -100,7 +100,7 @@ const ApiMenu = ({
|
||||||
</div>
|
</div>
|
||||||
{error && (
|
{error && (
|
||||||
<div className='bg-red-600/50 p-2 rounded-sm mt-3 text-gray-900 dark:text-gray-300 text-sm'>
|
<div className='bg-red-600/50 p-2 rounded-sm mt-3 text-gray-900 dark:text-gray-300 text-sm'>
|
||||||
Invalid API key!
|
Error: Invalid API key or network blocked. Please check your API key and network settings for OpenAI API.
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue