From 04c55b8f283a92c6e2babce9bf7a29ca0d3bd4bc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 17 Aug 2023 13:44:10 -0700 Subject: [PATCH] fix outputs --- docs/my-website/docs/completion/output.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/my-website/docs/completion/output.md b/docs/my-website/docs/completion/output.md index 334bfab73..4fb12c91d 100644 --- a/docs/my-website/docs/completion/output.md +++ b/docs/my-website/docs/completion/output.md @@ -28,7 +28,6 @@ You can access the response as a dictionary or as a class object, just as OpenAI ```python print(response.choices[0].message.content) print(response['choices'][0]['message']['content']) - ``` Here's what an example response looks like