BingAIClient failed on cli #120
Unanswered
MichaelVandi
asked this question in
Help
Replies: 2 comments 2 replies
-
For using Bing in the CLI, here is the bare minimum config for export default {
bingAiClient: {
cookies: 'your cookies here',
},
cliOptions: {
clientToUse: 'bing',
},
storageFilePath: './cache.json',
} |
Beta Was this translation helpful? Give feedback.
1 reply
-
i get this error :
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I entered the configuration for bing in settings.js and got the following error.
Also which fields are absolutely necessary for the BingAIClient to work? I am not sure what to enter for proxy so I did
http://localhost:5000
Beta Was this translation helpful? Give feedback.
All reactions