wong2 / chatgpt-google-extension

This project is deprecated. Check my new project ChatHub:
https://chathub.gg
GNU General Public License v3.0
13.26k stars 1.49k forks source link

How to implemant ChatGPT to a project ? #295

Open LeLaboDuGame opened 1 year ago

LeLaboDuGame commented 1 year ago

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

KyleVasulka commented 1 year ago

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!

LeLaboDuGame commented 1 year ago

Thanks !!!

LeLaboDuGame commented 1 year ago

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