mirror of
https://github.com/open-thought/reasoning-gym.git
synced 2026-04-24 17:05:03 +00:00
This reverts commit 8e2089b6c0.
This commit is contained in:
parent
e71d2a96b6
commit
a66a7e7965
1 changed files with 0 additions and 3 deletions
|
|
@ -146,9 +146,6 @@ class AsyncModelEvaluator:
|
|||
params["extra_body"] = {"provider": {"order": [self.config.provider], "allow_fallbacks": False}}
|
||||
|
||||
completion = await self.client.chat.completions.create(**params)
|
||||
if completion.error:
|
||||
raise Exception(completion.error["message"])
|
||||
|
||||
response = completion.choices[0].message.content
|
||||
|
||||
if self.verbose:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue