mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 21:23:58 +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>
|
||||
{error && (
|
||||
<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>
|
||||
)}
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue