From e033e847206ef582c9d0bad3ed6c2efe4d0ace09 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Fri, 15 Mar 2024 10:08:03 -0700 Subject: [PATCH] docs(cohere.md): fix model name in cohere docs --- docs/my-website/docs/providers/cohere.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/providers/cohere.md b/docs/my-website/docs/providers/cohere.md index c6efb3b405..71763e30dc 100644 --- a/docs/my-website/docs/providers/cohere.md +++ b/docs/my-website/docs/providers/cohere.md @@ -49,7 +49,7 @@ for chunk in response: | command-light | `completion('command-light', messages)` | | command-medium | `completion('command-medium', messages)` | | command-medium-beta | `completion('command-medium-beta', messages)` | -| command-xlarge-beta | `completion('command-xlarge-beta', messages)` | +| command-xlarge-nightly | `completion('command-xlarge-nightly', messages)` | | command-nightly | `completion('command-nightly', messages)` |