From d64517635fd39968a3192e12e5e03675ad6da32c Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 29 Oct 2024 18:01:30 -0400 Subject: [PATCH] Update cohere-on-microsoft-azure.mdx Signed-off-by: Michael --- fern/pages/deployment-options/cohere-on-microsoft-azure.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/pages/deployment-options/cohere-on-microsoft-azure.mdx b/fern/pages/deployment-options/cohere-on-microsoft-azure.mdx index c01f44ed7..7dfa1ad56 100644 --- a/fern/pages/deployment-options/cohere-on-microsoft-azure.mdx +++ b/fern/pages/deployment-options/cohere-on-microsoft-azure.mdx @@ -58,7 +58,7 @@ import json data = { "messages": [ {"role": "system", "content": "You are a helpful assistant."}, - {"role": "user", "content": "What is good about Wuhan?"}, + {"role": "user", "content": "What is an LLM?"}, ], "max_tokens": 500, "temperature": 0.3,