From d977ea995576cdd9150a9301da7ca44e585db301 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Tue, 1 Aug 2023 10:54:15 -0700 Subject: [PATCH] commit --- docs/input.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/docs/input.md b/docs/input.md index d92837a25..6ab42ab42 100644 --- a/docs/input.md +++ b/docs/input.md @@ -2,13 +2,16 @@ ## Input - Request Body **`model`** string Required
-ID of the model to use. See the model endpoint compatibility table for details on which models work with the Chat API. +ID of the model to use. See the model endpoint compatibility + table for details on which models work with the Chat API. --- **`messages`** array Required
-A list of messages comprising the conversation so far. + +A list of messages comprising the conversation so far. Example Python Code + --- >> **`role`**