Create your own ChatGPT Search in 15 seconds!

Create your own ChatGPT Search in 15 seconds!

A couple of days ago OpenAI introduced ChatGPT Search to the world. Having an LLM capable of searching the web is a truly amazing feature, improving upon traditional search a lot. However, at AINIRO we've had this feature for years! Not only do we have this feature, but we're also allowing our clients to create their own AI SaaS company based upon it.

How to create it

  1. Install the OpenAI plugin
  2. Install the AI Expert System plugin
  3. Create a new machine learning type and configure it as an "AI Agent"
  4. Access your frontend and enjoy!

It works by using Magic's AI Agentic functions. Such functions extends the underlying LLM with the ability to execute functions. The OpenAI plugin again has one function that scrapes DuckDuckGo's HTML UI, returning search results it finds for queries. The LLM again will determine some 3 to 5 relevant URLs from whatever DuckDuckGo returns, and scrape these URLs. Then Magic will transmit the result of the scraping operation to OpenAI to answer the original question.

If you look carefully at the image for this article, you will see multiple green "success" icons. Each icon is a point in the generation process where Magic executed a function. Let's look at the image once more to clarify.

Having OpenAI search the web

The end result the LLM generates from my instructions in the above screenshot is as follows;

Morning:

8:00 AM - The Acropolis: Start your day early by visiting the iconic Acropolis. This is the best time to avoid the crowds and the heat. Explore the Parthenon, Erechtheion, and the Temple of Athena Nike. Consider getting skip-the-line tickets for a smoother experience.

10:00 AM - Anafiotika: After the Acropolis, explore the charming neighborhood of Anafiotika. It’s a peaceful area with Cycladic architecture, perfect for a leisurely walk and some great photo opportunities.

Midday:

11:00 AM - Acropolis Museum: Head to the Acropolis Museum to delve deeper into the history of Athens. The museum houses artifacts and statues from the Acropolis site.

1:00 PM - Lunch in Plaka: Enjoy a traditional Greek lunch in Plaka, the oldest neighborhood in Athens. You can try local dishes such as gyros or Greek pies at a taverna. Some recommended spots include “Klepsydra” for a sit-down meal or “Meat The Greek” for a quick bite.

Afternoon:

2:30 PM - Syntagma Square and the Evzones Guards: Visit Syntagma Square to see the changing of the guards at the Hellenic Parliament. You can also take a stroll in the nearby National Garden.

4:00 PM - Monastiraki: Explore Monastiraki Square and its flea market. This area is great for shopping and discovering local crafts and souvenirs.

Evening:

6:00 PM - Rooftop Drinks: Head to a rooftop bar such as “Thea Terrace” for a drink with a view of the Acropolis. It’s a perfect spot to relax and enjoy the sunset.

8:00 PM - Dinner at a Traditional Taverna: For dinner, visit “O Thanasis” in Monastiraki Square for a lively atmosphere with Greek music and dancing. Alternatively, “Avli Restaurant” offers delicious small plates to share.

Night:

10:00 PM - Nightlife in Psiri: End your day in the vibrant neighborhood of Psiri, known for its lively bars and nightlife. Explore the area and find a spot that suits your mood. This itinerary combines historical exploration with culinary delights, providing a comprehensive experience of Athens in just one day. Enjoy your trip!

Conclusion

By combining OpenAI and ChatGPT with AI functions, we can create AI Expert Systems that does a whole range of different tasks - Including searching the web and scraping URLs. If you want to discuss solutions with us related to this, you can contact us below, or test the system if you wish.

Thomas Hansen

Thomas Hansen I am the CEO and Founder of AINIRO.IO, Ltd. I am a software developer with more than 25 years of experience. I write about Machine Learning, AI, and how to help organizations adopt said technologies. You can follow me on LinkedIn if you want to read more of what I write.

Published 2. Nov 2024

Connecting ChatGPT to a PostgreSQL Database

In this article I demonstrate how I connected ChatGPT to a PostgreSQL database, allowing the AI to answer questions from the content of the database.

Read More

Generative AI Opening up New Markets

In one of their latest articles Sequoia argues that AI is opening up completely new markets, similarly to how cloud computing and the mobile market space was born.

Read More

Render Charts in your AI Chatbot

By combining our Magic Cloud platform with OpenAI we've implemented an AI chatbot that dynamically renders charts.

Read More