robusta-dev / kubernetes-chatgpt-bot

A ChatGPT bot for Kubernetes issues.
925 stars 101 forks source link

Not ChatGPT #3

Closed dmahlow closed 1 year ago

dmahlow commented 1 year ago

Correct me if I'm wrong, but this tool is using GPT-3 via the OpenAI API, not the specifically dialog fine tuned, GPT3.5 model based ChatGPT. There is no API into ChatGPT yet and until there is and it's switched over, you might want to adjust the wording in the README and code to avoid confusion.

aantn commented 1 year ago

Yep, you're correct. I believe it's using a GPT3.5 model. I'll double check and update the wording.

On Fri, 20 Jan 2023, 19:34 Daniel Mahlow, @.***> wrote:

Correct me if I'm wrong, but this tool is using GPT-3 via the OpenAI API, not the specifically dialog fine tuned, GPT3.5 model based ChatGPT. There is no API into ChatGPT yet and until there is and it's switched over, you might want to adjust the misleading wording in the README and code to avoid confusion.

— Reply to this email directly, view it on GitHub https://github.com/robusta-dev/kubernetes-chatgpt-bot/issues/3, or unsubscribe https://github.com/notifications/unsubscribe-auth/AADYUB2FTFR6BCLK6JKJZMDWTLEEBANCNFSM6AAAAAAUBYXHWA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

aantn commented 1 year ago

@dmahlow I've updated the README to try and reduce confusion. It still referrs to ChatGPT, but I hope its more clear.