You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Go to file
sean1832 d0d388f460 add useful console feedback 2 years ago
batch-programs Initial commit 2 years ago
console_app Initial commit 2 years ago
example_prompt update my-info 2 years ago
web_ui add useful console feedback 2 years ago
.gitattributes Initial commit 2 years ago
.gitignore Initial commit 2 years ago
LICENSE Initial commit 2 years ago
README.md Initial commit 2 years ago
requirements.txt Initial commit 2 years ago
run-webUI.bat Initial commit 2 years ago
setup.bat fix bug: does not generate text first time setting up app 2 years ago

README.md

Auto Setup

What you need

  • Install python 3.11
  • OpenAI API keys

.bat file

  1. Run setup.bat
  2. Enter OpenAI API Key

Manual Setup

Python

  1. Make sure to install python 3.11
  2. Create venv using python -m venv venv under root project root directory
  3. Enter venv using venv\Scripts\activate
  4. Update pip by using python -m pip install --upgrade pip
  5. Installing required libraries using pip3 install -r requirement.txt

API Key file

  1. Create API Key file using cmd with command if not exist .user\ (md .user\) & echo [YOUR API KEYS]> .user\API-KEYS.txt