From 13524b5e72c85f926ef43da7cb979ee61f7cb79a Mon Sep 17 00:00:00 2001 From: Samuel Calderon Date: Wed, 6 Dec 2023 15:34:27 -0500 Subject: [PATCH] List "Send chat messages" in table of contents (#1399) Thank you @calderonsamuel --- docs/api.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/api.md b/docs/api.md index e9db3333..4b7fb95f 100644 --- a/docs/api.md +++ b/docs/api.md @@ -3,6 +3,7 @@ ## Endpoints - [Generate a completion](#generate-a-completion) +- [Send Chat Messages](#send-chat-messages) - [Create a Model](#create-a-model) - [List Local Models](#list-local-models) - [Show Model Information](#show-model-information)