mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linty
This commit is contained in:
parent
269fb71713
commit
8435371d80
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'}"
|
||||
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