mirror of
https://github.com/NovaOSS/nova-betterchat.git
synced 2024-11-25 23:23:59 +01:00
add api message
This commit is contained in:
parent
b6656f43e7
commit
3abf98c89d
|
@ -121,6 +121,17 @@ const ConfigMenu = () => {
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
|
|
||||||
|
<div className='min-w-fit text-gray-900 dark:text-gray-300 text-sm mt-4 text-center'>
|
||||||
|
Get your personal API key{' '}
|
||||||
|
<a
|
||||||
|
className='underline dark:hover:text-white hover:text-black'
|
||||||
|
href='https://platform.openai.com/account/api-keys'
|
||||||
|
target='_blank'
|
||||||
|
>
|
||||||
|
here
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div className='flex items-center justify-center p-6 gap-4'>
|
<div className='flex items-center justify-center p-6 gap-4'>
|
||||||
|
|
Loading…
Reference in a new issue