mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
This commit is contained in:
parent
8435371d80
commit
d04f8c0ae7
1 changed files with 1 additions and 1 deletions
|
|
@ -586,7 +586,7 @@ class AGIEvalEnv(BaseEnv):
|
|||
print(f" Model: {model_name}")
|
||||
print(f" Temperature: {self.config.eval_temperature}")
|
||||
print(
|
||||
f" Max tokens: {self.config.eval_max_tokens if self.config.eval_max_tokens > 0 else 'model default'}" # noqa: E501
|
||||
f" Max tokens: {self.config.eval_max_tokens if self.config.eval_max_tokens > 0 else 'model default'}" # noqa: E501
|
||||
)
|
||||
|
||||
completion = await self.server.chat_completion(**completion_kwargs)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue