Skip to content

Commit

Permalink
Update summary to mention function calling
Browse files Browse the repository at this point in the history
  • Loading branch information
benmvp committed Aug 10, 2024
1 parent b11354e commit 64c4357
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down

0 comments on commit 64c4357

Please sign in to comment.