mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-21 19:00:13 +01:00
chore(api): update chatgpt-api package version to 1.36.3 (#404)
docs(api): update BINGAI_TOKEN instructions in .env.example docs(client): update BINGAI_TOKEN instructions in SetTokenDialog component
This commit is contained in:
parent
6a34978e98
commit
2f59c82bec
4 changed files with 13 additions and 11 deletions
|
|
@ -43,16 +43,18 @@ const SetTokenDialog = ({ open, onOpenChange, endpoint }) => {
|
|||
const helpText = {
|
||||
bingAI: (
|
||||
<small className="break-all text-gray-600">
|
||||
{`As of 5/23/23, to use Bing, you will need your full cookie string from bing.com. Use dev tools or an extension while
|
||||
logged into the site to view it in your network request Cookie header value. For full instructions, see my `}
|
||||
{`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.
|
||||
If this fails, follow these `}
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://github.com/waylaidwanderer/node-chatgpt-api/issues/378#issuecomment-1559868368"
|
||||
rel="noreferrer"
|
||||
className="text-blue-600 underline"
|
||||
>
|
||||
comment here
|
||||
instructions
|
||||
</a>
|
||||
{` to provide the full cookie strings.`}
|
||||
</small>
|
||||
),
|
||||
chatGPTBrowser: (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue