diff --git a/examples/create.py b/examples/create.py index dfc9094..14967a9 100755 --- a/examples/create.py +++ b/examples/create.py @@ -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)