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