MCPcopy Create free account
hub / github.com/Dizzy-K/AutoPT / _default_experiment_output_path

Function _default_experiment_output_path

cli/main.py:223–226  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

221
222
223def _default_experiment_output_path() -> Path:
224 base_dir = Path("data/results")
225 timestamp = datetime.now(timezone.utc).strftime("%Y%m%dT%H%M%SZ")
226 return base_dir / f"experiment_{timestamp}.jsonl"
227
228
229def _resolve_model_spec(model_identifier: str | None, config: AppConfig) -> ModelSpec:

Callers 1

handle_experimentFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected