Standalone local GUI for side-by-side model comparison and controlled dialogue loops. Pretty cool huh?
Recommended branch name:
feat/standalone-two-model-dialogue-evaluator
Create a Python environment inside this app folder or point run.ps1 at an existing interpreter.
Set-Location D:\AthenaPlayground\AthenaV5\apps\two_model_dialogue_evaluator
python -m venv .venv
.\.venv\Scripts\python.exe -m pip install --upgrade pip
.\.venv\Scripts\python.exe -m pip install torch torchvision --index-url https://download.pytorch.org/whl/cu130
.\.venv\Scripts\python.exe -m pip install -r .\requirements.txtSet-Location D:\AthenaPlayground\AthenaV5\apps\two_model_dialogue_evaluator
.\run.ps1config/runtime.json: generation defaultsconfig/system_prompt_a.txt: editable local system instructions for Model Aconfig/system_prompt_b.txt: editable local system instructions for Model Bconfig/session_state.json: persisted UI statelogs/: CSV outputs
Model folders are always browsed externally and are not bundled.
Optional standalone build:
Set-Location D:\AthenaPlayground\AthenaV5\apps\two_model_dialogue_evaluator
.\build_standalone.ps1