mirror of
https://github.com/sean1832/GPT-Brain
synced 2024-11-15 06:12:57 +00:00
13 lines
209 B
Batchfile
13 lines
209 B
Batchfile
@echo off
|
|
cd..
|
|
|
|
echo Activating Virtural environment...
|
|
call .\venv\Scripts\activate
|
|
|
|
echo creating language base...
|
|
call python .\batch-programs\create_language_base.py
|
|
|
|
cls
|
|
echo language base created!
|
|
|
|
pause |