File size: 181 Bytes
74f2af5 | 1 2 3 4 5 | @echo off
REM Codette Chat - Double-click to launch
REM No console window needed (uses pythonw.exe)
start "" "J:\pythonw.exe" "J:\codette-training-lab\inference\codette_chat_ui.py"
|
74f2af5 | 1 2 3 4 5 | @echo off
REM Codette Chat - Double-click to launch
REM No console window needed (uses pythonw.exe)
start "" "J:\pythonw.exe" "J:\codette-training-lab\inference\codette_chat_ui.py"
|