mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
linting
This commit is contained in:
parent
90138376f9
commit
f84934363c
2 changed files with 5 additions and 3 deletions
|
|
@ -37,8 +37,8 @@ class OpenAIServer(APIServer):
|
|||
await self.openai.completions.create(
|
||||
model=self.config.model_name,
|
||||
prompt="hi",
|
||||
max_tokens=1,
|
||||
)
|
||||
max_tokens=1,
|
||||
)
|
||||
self.server_healthy = True
|
||||
except (
|
||||
aiohttp.ClientError,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue