carmmmm / AutoCoder

Configuration files for GitHub Actions and scripts to interact with ChatGPT
1 stars 2 forks source link

AutoCoder

This repository contains configuration files for GitHub Actions and scripts to interact with ChatGPT. The repository is structured to facilitate automation and interaction with ChatGPT through GitHub Actions.

Directory Structure

Files

AutoCoder/                   # Root directory of the project
    │
    ├── .github/                 # Hidden directory for GitHub-specific files
    │   └── workflows/           # Directory for GitHub Actions workflow files
    │       └── main.yml         # Contains workflow file main.yml (empty for now)
    │
    ├── scripts/                 # Directory for custom scripts
    │   └── script.sh            # Bash script to interact with ChatGPT (empty for now)
    │
    └── README.md                # Project description file