Skip to content

womboai/pft-image-node

Repository files navigation

Image Node

Post Fiat Image Node.

Setting up a Local Node

# This will prompt you to setup secrets to configure your node
nodetools setup-node
# Pass it an OpenAI key
# OpenRouter key
# No anthropic key
# No remembrance wallet
# And initialize with correct discord and Node wallet credentials

# Initialize the database with the correct tables
# Note this requires a "postfiat" user with the permissions to create DB's
nodetools init-db --create-db


# (OPTIONAL) if you want to update the credentials use
nodetools update-creds

Getting Things Running

  1. Before running this you will need to use nodetools to initialize credentials and node configuration on your machine. To do so visit https://github.com/postfiatorg/nodetools/tree/async
  2. Create a venv with python version 3.12.0
  3. Run pip install -r requirements.dev.txt
  4. To run the bot you can call python -m imagenode.chatbots.pft_image_bot

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages