mirror of
https://github.com/NousResearch/atropos.git
synced 2026-04-19 12:57:58 +00:00
message
This commit is contained in:
parent
7dc3938038
commit
81534f7c8a
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ class OpenAIServer(APIServer):
|
|||
try:
|
||||
await self.openai.chat.completions.create(
|
||||
model=self.config.model_name,
|
||||
prompt="hi",
|
||||
messages=[{"role": "user", "content": "hi"}],
|
||||
max_tokens=1,
|
||||
)
|
||||
self.server_healthy = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue