Update table headers and add information about specifying provider or model in README.md

This commit is contained in:
2024-11-01 09:48:19 -04:00
parent 2c26895010
commit e8c5ebc6a8
+2 -2
View File
@@ -16,8 +16,6 @@ With Simplemind, tapping into AI is as easy as a friendly conversation.
## Supported APIs
To specify a specific provider or model, you can use the `llm_provider` and `llm_model` parameters when calling: `generate_text`, `generate_data`, or `create_conversation`.
The APIs remain identical between all supported providers / models:
<table>
@@ -67,6 +65,8 @@ The APIs remain identical between all supported providers / models:
</tbody>
</table>
To specify a specific provider or model, you can use the `llm_provider` and `llm_model` parameters when calling: `generate_text`, `generate_data`, or `create_conversation`.
If you want to see Simplemind support additional providers or models, please send a pull request!
## Quickstart