Update README.md

This commit is contained in:
2024-10-28 20:40:11 -04:00
committed by GitHub
parent 085b334228
commit 39f0514191
+1 -3
View File
@@ -77,9 +77,7 @@ SimpleMind also allows for easy conversational flows:
- **Anthropic's Claude**
- **xAI's Grok**
To specify a provider, you can use the `llm_provider` parameter when calling `generate_text`, `generate_data`, or `create_conversation`.
To specify a model, you can use the `llm_model` parameter when calling `generate_text`, `generate_data`, or `create_conversation`.
To specify a provider, you can use the `llm_provider` parameter when calling `generate_text`, `generate_data`, or `create_conversation` — you can also pass the `llm_model` parameter to specify a specific LLM provided.
## Why SimpleMind?
- **Intuitive**: Built with Pythonic simplicity and readability in mind.