gleitz / howdoi

instant coding answers via the command line
http://blog.gleitzman.com/post/43330157197/howdoi-instant-coding-answers-via-the-command-line
MIT License
10.56k stars 867 forks source link

Fetch Bing- Chat-GPT #483

Closed arita37 closed 1 year ago

arita37 commented 1 year ago

Bing Search provides GPT-4 answers, it will be good to fetch them as answers.

Can you explain what kind of changes needed ?

I will be happy to do a PR.

gleitz commented 1 year ago

It might be a little tricky. I think that Bing and ChatGPT would require API keys to access. I'm also a little reluctant to return AI generated answers. According to this article:

...because the average rate of getting correct answers from ChatGPT is too low, the posting of answers created by ChatGPT is substantially harmful to the site and to users who are asking and looking for correct answers.

I think I would prefer to continue to return answers from StackOverflow, but perhaps in the future AI generated answers will be allowed on that site (which can then be peer reviewed by users).

arita37 commented 1 year ago

Bing is running on GPT-4 much more accurate than ChatGPT.

Yes, one need to provide some personal token….

This would be another search engine type: and user can decide to use it.

Opportunity to start some dev on that direction. In 6months time, accuracy higher !

On Apr 10, 2023, at 12:04, Benjamin Gleitzman @.***> wrote:

 It might be a little tricky. I think that Bing and ChatGPT would require API keys to access. I'm also a little reluctant to return AI generated answers. According to this article:

...because the average rate of getting correct answers from ChatGPT is too low, the posting of answers created by ChatGPT is substantially harmful to the site and to users who are asking and looking for correct answers. I think I would prefer to continue to return answers from StackOverflow, but perhaps in the future AI generated answers will be allowed on that site (which can then be peer reviewed by users).

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you authored the thread.