diff --git a/README.md b/README.md index f048b79..016b229 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Discover AI -A proof-of-concept, versatile chat-based app that lets users explore diverse content (tech products, floor plans, and more) using natural language. It supports both [Google Gemini AI](https://ai.google.dev/) and [OpenAI](https://platform.openai.com/) models, transforming user requests into rich media results with explanations. Its flexible architecture allows for easy integration of new content types via search APIs. +Discover AI is a proof-of-concept, versatile chat-based app that lets users explore diverse content (tech products, floor plans, and more) using natural language. It provides an intuitive and conversational way to search for information, making it easy for users to find what they're looking for. The app supports both [Google Gemini AI](https://ai.google.dev/) and [OpenAI](https://platform.openai.com/) models, leveraging AI function calling to transform user requests and questions into relevant results with rich media and providing informative summaries explaining why items were chosen. Its flexible architecture allows for easy integration of new content types via search APIs. ![Discover AI homepage screenshot](./screenshots/homepage.png) ![Discover AI floorplans search](./screenshots/floorplans.png) diff --git a/package.json b/package.json index b8617b4..e65654b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "discovery-ai", - "description": "Chat-based discovery tool leveraging AI to explore diverse content via search APIs", + "description": "Chat-based discovery tool leveraging AI function calling to explore diverse content via search APIs. Supports Gemini AI & OpenAI.", "version": "0.1.0", "private": true, "scripts": {