https://github.com/dhowe/prompt-gen-client
https://github.com/dhowe/prompt-gen-client
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/dhowe/prompt-gen-client
- Owner: dhowe
- Created: 2023-04-09T12:51:33.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-22T03:55:41.000Z (almost 3 years ago)
- Last Synced: 2025-04-12T03:58:16.608Z (about 1 year ago)
- Language: Python
- Size: 197 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Orchestrator
### Requirements
```bash
Python 3.10
Pip: 23.0
Pipenv: v2023.2.18
```
### Setup
```bash
$ pipenv install
$ pipenv
```
### Usage
```bash
$ pipenv shell
$ pipenv install
$ pipenv run python orchestrator.py
```