From 22aff505c4d30ec16612732b8edf4673f6ee129a Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sat, 2 Nov 2024 17:11:20 -0400 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d36457..e60c460 100644 --- a/README.md +++ b/README.md @@ -93,7 +93,9 @@ import simplemind as sm ## Examples -Here are some examples of how to use Simplemind. Please note that most function calls optionally accept `llm_provider` and `llm_model` parameters, which you provide as strings. +Here are some examples of how to use Simplemind. + +**Please note**: Most of the calls seen here optionally accept `llm_provider` and `llm_model` parameters, which you provide as strings. ### Text Completion