# Paths (no cloud API keys required) MSAI_ROOT=../MSAI_Text_Generation VANILLA_CHECKPOINT=models/best.pt VANILLA_TOKENIZER=models/tokenizer VANILLA_DEVICE=auto # Server # uvicorn backend.main:app --port 8010