mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-22 11:20:15 +01: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 = {
|
const helpText = {
|
||||||
bingAI: (
|
bingAI: (
|
||||||
<small className="break-all text-gray-600">
|
<small className="break-all text-gray-600">
|
||||||
{`To get your Access token for Bing, login to https://www.bing.com.
|
{`To get your Access token for Bing, login to `}
|
||||||
Use dev tools or an extension while logged into the site to copy the content of the _U cookie.
|
<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 `}
|
If this fails, follow these `}
|
||||||
<a
|
<a
|
||||||
target="_blank"
|
target="_blank"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue