gpt3-twitter-bot
gpt3-twitter-bot copied to clipboard
Build a GPT-3 Powered Twitter Bot with Node.js & Firebase
I keep getting "Stored tokens do not match!" for the callback URL. I think it's because `code` and `state` from `const { code, state } = request.query;` are `undefined`. I...
OpenAI explicitly prohibits the creation of Twitter bots, as seen in the recent termination. Luckily, EleutherAI just released its new open-source model. Let's take that as an opportunity to support...
Orignal death funeral [here](https://www.youtube.com/post/UgkxI30KUEX5vd4d_xxL-gw7vBHo1w_1qBEj) super sad :(
Make the Twitter Bot able to be launched locally with NodeJS and Express.
"Step 1" fails with error "SyntaxError: await is only valid in async functions and the top level bodies of modules": ``` javascript exports.auth = functions.https.onRequest((request, response) => { const {...
Title says it all. Fixes #1.
Hey everyone, I have been trying to get the bot working, but I am not able to. I have the same code but when I try to test it, I...
text-davinci-001 AI model is deprecated. It's shutdown date is 2024-01-04. Also it is expensive ($0.0200 / 1K tokens) in relative to GPT 3.5 Model | Input | Output -- |...