mirror of
https://github.com/kennethreitz/simplemind.git
synced 2026-06-05 22:50:18 +00:00
Update README.md
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user