Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 229 Bytes

Readme.md

File metadata and controls

8 lines (6 loc) · 229 Bytes

Taxcraft

To run LLM use Google API Key

step 1: pip install -r requirements.txt

step 2: export GOOGLE_API_KEY='your_google_api_key_here'

To run flask

use 'python3 -m flask --app board run --port 8000 --debug'