About This Project
This project was started out of curiosity for the OpenAI platform and how it can be used to make our lives easier. Among the countless uses I've come up with, this one has been on my list for two years. Not specifically using AI, but utilizing some "API" to determine what the weather would be like wherever I decide to travel. It's the first thing I look up before booking a flight, especially if it's a new place. So I built this search engine powered by OpenAI - ChatGPT.
What I built:
- Bootstrap integration for the UI
- Integration with OpenAPI using the Orhanerday PHP Library for OpenAI
- Query to send ChatGPT to properly return desired results (this is something I think will be a topic of discussion as you must know how to get the results you want using ChatGPT. It doesn't automatically return certain things althought it does a great job.
What ChatGPT built:
- The form, using php (minus a few modifications from myself)
- The response, including the formatting of the response, which comes from my requesting of the format.
Iterations & Updates
- 02/06/2024- Minor updates.
- 01/05/2023 - Modified verbiage for "arrival date" and "departure date" for clarity. Changed it to "Start date" and "End date". Updated favicon and menu to include makeshift logo used for Product Hunt. Also added Product Hunt button.
- 01/04/2023 - Launched on Product Hunt! Check it out!
- 12/27/2022 - Added Google Analyitcs. Added keywords to the AI query to "beautify" the results in an HTML format for readability. Added the About and Iterations sections to this page for clarity and background.
- 12/26/2022 - Ported code over to the server located at Weathermegood.com and modified the AI query to include results for places to eat and activities to enjoy.
- 12/23/2022 - Proof of concept built in a couple hours on a dev server url. Just displayed the weather in a city between two dates. Weathermegood.com domain purchased.
Created by Vaughn Dabney. Powered by OpenAI