Update 07_multilabel.py

This commit is contained in:
wassname (Michael J Clark)
2026-06-26 18:05:39 +08:00
committed by GitHub
parent b726db958b
commit 754b87fa9f
+1 -1
View File
@@ -156,7 +156,7 @@ async def judge_one(model: str, prompt: str, sem: asyncio.Semaphore) -> dict:
"model": model,
"messages": [{"role": "user", "content": prompt}],
"temperature": 0.0,
"max_tokens": 300,
"max_tokens": 3000,
}
data = await openrouter_request(payload)
text = data["choices"][0]["message"]["content"]