mirror of
https://github.com/yihong0618/xiaogpt.git
synced 2026-01-12 00:04:09 +08:00
12 lines
222 B
Batchfile
12 lines
222 B
Batchfile
@echo off
|
|
cd C:\xxx\xiaogpt-main
|
|
set MI_USER=1234556
|
|
set MI_PASS=1234556
|
|
set MI_DID=1234556
|
|
set OPENAI_API_KEY=1234556
|
|
|
|
call activate torchenv
|
|
python xiaogpt.py --hardware LX06 --mute_xiaoai --use_gpt3
|
|
|
|
cmd /k
|