chatgpt-google-extension icon indicating copy to clipboard operation
chatgpt-google-extension copied to clipboard

How to implemant ChatGPT to a project ?

Open LeLaboDuGame opened this issue 1 year ago • 3 comments

Hello guys ! At first I want to say I LOVE YOUR PROJECT ! I think is very good idea to add ChatGPT to google !

I contact you because I want to know how you have implemant ChatGPT ? I explain, I have a project to rebuild a Assistant like Google Home or Alexa but with a good IA who know who are you etc. So I try to get the request by burpsuit I know where is the packet where is put the prompt but after I dont know how get the output. I know that ChatGPT write and send in the same time (He dont wait that the output was finished before to response).

Thank for advance and good day. I wich that your project become famous !

PS:My english is bad xD

LeLaboDuGame avatar Mar 02 '23 15:03 LeLaboDuGame

I would recommend using the newly released chatgpt api: https://platform.openai.com/docs/guides/chat

It just takes an account and a little bit of python code. Good luck!

KyleVasulka avatar Mar 02 '23 18:03 KyleVasulka

Thanks !!!

LeLaboDuGame avatar Mar 02 '23 20:03 LeLaboDuGame

Just a question @kjv13 is free or use the openai token ?

LeLaboDuGame avatar Mar 02 '23 20:03 LeLaboDuGame