From 14bc3acd04de5761eb76a78f8840ba7085e89c05 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Wed, 26 Jul 2023 17:44:43 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7cb3edfc7f..203d0bd286 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ a simple, fast, 100 line package to call OpenAI, Azure, Cohere, Anthropic API Endpoints # usage -``` +```python messages = [{ "content": "Hello, how are you?","role": "user"}] # openai call response = completion(model="gpt-3.5-turbo", messages=messages)