From e868c8a5c794cd71704cfaeae47488438a364533 Mon Sep 17 00:00:00 2001 From: Robin Glauser Date: Tue, 9 Jan 2024 22:21:17 +0100 Subject: [PATCH] Update api.md (#1878) Fixed assistant in the example response. --- docs/api.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api.md b/docs/api.md index 808531ec..0202b7e8 100644 --- a/docs/api.md +++ b/docs/api.md @@ -409,7 +409,7 @@ A stream of JSON objects is returned: "model": "llama2", "created_at": "2023-08-04T08:52:19.385406455-07:00", "message": { - "role": "assisant", + "role": "assistant", "content": "The", "images": null }, @@ -505,7 +505,7 @@ A stream of JSON objects is returned: "model": "llama2", "created_at": "2023-08-04T08:52:19.385406455-07:00", "message": { - "role": "assisant", + "role": "assistant", "content": "The" }, "done": false