xhcoding / emacs-aichat

AI Chat in Emacs, including OpenAI and Bing Chat
61 stars 9 forks source link

Bing AI Produces Gibberish #25

Closed ziova closed 1 year ago

ziova commented 1 year ago

This majorly happens when Bing searches the internet. The output looks something like this:

image

it looks as if it is returning what it is researching. Is there any fix? is this a problem with the scraper?

xhcoding commented 1 year ago

I don't have any relevant issues here, please refer to the methods provided in the following link and attach the relevant logs: https://github.com/xhcoding/emacs-aichat#feedback-issues

orcalover45 commented 1 year ago

Here is the debug output: https://0x0.st/H_QX.txt

Also, something to note is that the aichat works fine when the model is set on "Balanced". This error is only caused when the model is on "creative".

ziova commented 1 year ago

Commit 8647a6b fixes the problem thus closing this issue.