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,