ATOM-AI Docs
  • Welcome
  • GETTING STARTED
    • Getting API Keys
    • Train a Model
    • How to get Model ID
  • BASICS
    • Start Generating Content
    • Our Models
Powered by GitBook
On this page
  1. BASICS

Start Generating Content

Setting up .env file

PreviousHow to get Model IDNextOur Models

Last updated 4 months ago

Instructions on how to get the API Keys is

Make sure to have a trained model before looking for the model_id or upload one of our models which you can find

OPENAI_API_KEY= Your OPENAI KEY
OPENAI_MODEL=gpt-4o-mini YOU OPENAI MODEL YOU WISH TO USE

SCENARIO_API_KEY= SCENARIO API KEY
SCENARIO_API_SECRET= SCENARIO API SECRET
SCENARIO_MODEL_ID= SCENARIO MODEL ID

TWITTER_USERNAME= TWITTER USERNAME
TWITTER_PASSWORD= TWITTER PASSWORD

TWEET_INTERVAL=2 TIME BETWEEN EACH RUN

Once everything is populated run the following commands

npm install

npm run build

npm start

here
here