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
|
|
@ -320,7 +320,9 @@ class APIServer(ABC):
|
|||
if (
|
||||
self.config.base_url is not None
|
||||
): # skip health check if using OpenAI API
|
||||
self.check_task = asyncio.create_task(self.check_server_status_task(chat_completion=False))
|
||||
self.check_task = asyncio.create_task(
|
||||
self.check_server_status_task(chat_completion=False)
|
||||
)
|
||||
else:
|
||||
self.server_healthy = True
|
||||
self.initialized = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue