dagent_eval/server/start_server.bat

5 lines
113 B
Batchfile

@echo off
chcp 65001 >/dev/null
set PYTHONIOENCODING=utf-8
python -m uvicorn main:app --host 0.0.0.0 --port 8021