From 085b334228c6423733cf974cc6f55023729a1e12 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 28 Oct 2024 20:39:14 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4fca477..beb7a7e 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ SimpleMind also allows for easy conversational flows: ## Supported APIs - **OpenAI's GPT** - **Anthropic's Claude** -- **X.AI's Grok** +- **xAI's Grok** To specify a provider, you can use the `llm_provider` parameter when calling `generate_text`, `generate_data`, or `create_conversation`.