Chen Zhenxing

Results 7 comments of Chen Zhenxing

try npm update I am using version 1.37.0 and it runs very well

@owlcloud Can you provide some more detailed information? As for proxy,Only people in certain regions need proxy(like china).Here is my configuration. host: 'https://cn.bing.com' proxy: 'http://127.0.0.1:7890'(Clash) If you are using a...

Same,You can fix it Just like @andrewson253 say. Open ./src/BingAIClient.js At the 6 line `import HttpsProxyAgent from 'https-proxy-agent';` change it to `import {HttpsProxyAgent} from 'https-proxy-agent';` And it's fixed.

So this is my guess. I have tried to have AI generate multiple messages before. When AI generates the first messages, it may be intercepted. When it tried to generate...

I tried to solve it myself.Thank you for your project. Here is the result. ![image](https://user-images.githubusercontent.com/116172450/232992852-e5238aff-20b8-4fa8-9258-c8f9098679f5.png) And here is my modification. Perhaps this will be useful for your project. Anyway, thanks!

I am not a professional, and there are still many bugs in the code I modified.So let's hope someone can fix it.

Yes, PR is still valuable, but the main bug is not this. I tried to fix some on my own, but I am a novice on GitHub, so I am...