Skip to content

shobith/openai-bot-cli

Repository files navigation

openai-bot-cli

Quick way to create OpenAI bots and test them out.

  1. if you don't have node and yarn, follow some tutorial to do this.
  2. cd openai-bot-cli
  3. Run yarn and then yarn store_keys to store your key and organization into the openai_key.js file
  4. To run existing bots: see scripts section in package.json and run the bot you want, ex: yarn haikubot
  5. To add a bot, make a folder, add the index.js and prompt.txt files and then add it to the scripts section in package.json similar to the other example bots.

About

cli version of the haikubot

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published