↓ 1 callersFunctionpost_chat(
base_url: str,
api_key: str,
model: str,
messages: list[dict[str, str]],
max_tokens: int
harness/benchmarks/generation_benchmark.py:147
↓ 1 callersFunctionrun_case(
case: dict[str, Any],
base_url: str,
api_key: str,
model: str,
max_tokens: int,
temp
harness/benchmarks/generation_benchmark.py:194