mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-09-21 21:50:49 +02:00
feat:add hyperlink to bing.com in SetTokenDialog (#414)
This commit is contained in:
parent
2f59c82bec
commit
4705975e59
1 changed files with 10 additions and 2 deletions
|
@ -43,8 +43,16 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => {
|
|||
const helpText = {
|
||||
bingAI: (
|
||||
<small className="break-all text-gray-600">
|
||||
{`To get your Access token for Bing, login to https://www.bing.com.
|
||||
Use dev tools or an extension while logged into the site to copy the content of the _U cookie.
|
||||
{`To get your Access token for Bing, login to `}
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://www.bing.com"
|
||||
rel="noreferrer"
|
||||
className="text-blue-600 underline"
|
||||
>
|
||||
https://www.bing.com
|
||||
</a>
|
||||
{`. Use dev tools or an extension while logged into the site to copy the content of the _U cookie.
|
||||
If this fails, follow these `}
|
||||
<a
|
||||
target="_blank"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue