Quick way to create OpenAI bots and test them out.
- if you don't have node and yarn, follow some tutorial to do this.
cd openai-bot-cli- Run
yarnand thenyarn store_keysto store your key and organization into theopenai_key.jsfile - To run existing bots: see
scriptssection inpackage.jsonand run the bot you want, ex:yarn haikubot - To add a bot, make a folder, add the index.js and prompt.txt files and then add it to the
scriptssection inpackage.jsonsimilar to the other example bots.