- Pipeline status – current fine‑tune job and progress
- Assistant state – whether an assistant is configured and which model it’s using
- Model details – base vs fine‑tuned model currently powering the app and API
Fine‑tuning job card
The main card on the Dashboard represents your current fine‑tuning job.- States:
GENERATING_DATA,UPLOADING,QUEUED,RUNNING,SUCCEEDED,FAILED - Progress bar: percent completion of the current job
- Logs: streaming log lines from dataset generation and the OpenAI fine‑tuning API
- Complete Onboarding to set up an assistant, or
- Start a new fine‑tuning job once an assistant exists.
Starting a job
From the Fine‑Tuning Job section:- Confirm you’ve created an assistant via Onboarding.
- Click Start Training.
- Promptify will:
- Generate a JSONL dataset from your assistant spec
- Upload it to OpenAI
- Kick off a fine‑tune job
- Poll the job via
/api/fine-tune/status

