#261 · Primary category: AI Chatbots

gpt-travel-advisor

artificial-intelligence gpt-3 machine-learning nextjs openai

reference architecture for building a travel application with GPT3

Project last updated:05/11/23

GitHub Stars

548

Forks

109

Contributors

1

License

Other

Why we included this project

This repo walks you through a working GPT-powered travel advisor: a Next.js front end that calls the OpenAI API and renders the model's responses as markdown. If you learn better from reading code than from docs, it is a useful map of the whole path, from dropping your API key into .env.local to seeing a chat-style app respond. It is deliberately small and single-purpose, so do not treat it as something to deploy as-is; think of it as a skeleton you can extend into your own assistant. Teams sketching out a conversational product can use it to see the few moving parts involved and then swap the travel logic for their own domain.

Articles for this project

No articles for this project yet.

To suggest a topic or contribute an article, contact us.

Related projects in this category