mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-18 17:30:16 +01:00
fix: typo
This commit is contained in:
parent
f5f327e79e
commit
fd0152e39f
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => {
|
||||||
const helpText = {
|
const helpText = {
|
||||||
bingAI: (
|
bingAI: (
|
||||||
<small className="break-all text-gray-600">
|
<small className="break-all text-gray-600">
|
||||||
'The Bing Access Token is the "_U" cookie from bing.com. Use dev tools or an extension while logged
|
The Bing Access Token is the "_U" cookie from bing.com. Use dev tools or an extension while logged
|
||||||
into the site to view it.'
|
into the site to view it.
|
||||||
</small>
|
</small>
|
||||||
),
|
),
|
||||||
chatGPTBrowser: (
|
chatGPTBrowser: (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue