Skip to content

Commit

Permalink
Run ruff-format so CI doesn't complain
Browse files Browse the repository at this point in the history
  • Loading branch information
akx committed Jan 16, 2025
1 parent 7a8d5ea commit 09c5272
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/create.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

client = Client()
response = client.create(
model='my-assistant',
from_='llama3.2',
system="You are mario from Super Mario Bros.",
stream=False
model='my-assistant',
from_='llama3.2',
system='You are mario from Super Mario Bros.',
stream=False,
)
print(response.status)

0 comments on commit 09c5272

Please sign in to comment.