From 245b00f5f594ae367ac60783d2f8ca846ecbc712 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 19 Aug 2023 16:33:41 -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 11fc9cbcb..40aa4fb2e 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ messages = [{ "content": "Hello, how are you?","role": "user"}] response = completion(model="gpt-3.5-turbo", messages=messages) # cohere call -response = completion("command-nightly", messages) +response = completion(model="command-nightly", messages) ``` Code Sample: [Getting Started Notebook](https://colab.research.google.com/drive/1gR3pY-JzDZahzpVdbGBtrNGDBmzUNJaJ?usp=sharing)