From 10b1795dd707ea99b64746eaf135668a7c53f43e Mon Sep 17 00:00:00 2001 From: Vishnu Satis Date: Tue, 19 Nov 2024 12:54:45 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f8ad9f06..94f74a21 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ for response in flo.stream("Write about recent AI developments"): print(response) ``` -**Note:** You can make each of the above agents including the router to different models, giving flexibility to combine the power of different LLMs. +**Note:** You can make each of the above agents including the router to use different models, giving flexibility to combine the power of different LLMs. To know more, check multi-model integration in detailed [documentation](https://flo-ai.rootflo.ai/advanced/model-switching) ### Lets Create a AI team using code