mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-15 06:12:57 +00:00
8 lines
159 B
Batchfile
8 lines
159 B
Batchfile
@echo off
|
|
cd..
|
|
echo Activating Virtural environment...
|
|
call .\venv\Scripts\activate
|
|
|
|
echo building brain...
|
|
python build-brain.py
|
|
echo complete building brain! |