diff --git a/README.md b/README.md index c16ddd3..1fac704 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,11 @@ Hello and welcome to the Flutter AI Toolkit! -The AI Toolkit is a set of AI chat-related widgets to make it easy to add an AI chat window to your Flutter app. The AI Toolkit is organized around an abstract LLM provider API to make it easy to swap out the LLM provider that you'd like your chat provider to use. Out of the box, it comes with support for two LLM provider integrations: Google Gemini AI and Firebase Vertex AI. +The AI Toolkit is a set of AI chat-related widgets to make it easy to add an AI +chat window to your Flutter app. The AI Toolkit is organized around an abstract +LLM provider API to make it easy to swap out the LLM provider that you'd like +your chat provider to use. Out of the box, it comes with support for two LLM +provider integrations: [Google Gemini AI](https://ai.google.dev/gemini-api/docs) +and [Firebase Vertex AI](https://firebase.google.com/docs/vertex-ai). ## Key Features * **Multi-turn chat:** Maintains context across multiple interactions.