Go to file
2023-02-10 04:20:42 +11:00
batch-programs Initial commit 2023-02-10 01:46:55 +11:00
console_app Initial commit 2023-02-10 01:46:55 +11:00
example_prompt Initial commit 2023-02-10 01:46:55 +11:00
web_ui fix bug: does not generate text first time setting up app 2023-02-10 04:20:42 +11:00
.gitattributes Initial commit 2023-02-10 01:46:55 +11:00
.gitignore Initial commit 2023-02-10 01:46:55 +11:00
LICENSE Initial commit 2023-02-10 01:46:55 +11:00
README.md Initial commit 2023-02-10 01:46:55 +11:00
requirements.txt Initial commit 2023-02-10 01:46:55 +11:00
run-webUI.bat Initial commit 2023-02-10 01:46:55 +11:00
setup.bat fix bug: does not generate text first time setting up app 2023-02-10 04:08:57 +11:00

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