https://github.com/dabit3/gpt-travel-advisor
reference architecture for building a travel application with GPT3
https://github.com/dabit3/gpt-travel-advisor
artificial-intelligence gpt-3 machine-learning nextjs openai
Last synced: about 2 months ago
JSON representation
reference architecture for building a travel application with GPT3
- Host: GitHub
- URL: https://github.com/dabit3/gpt-travel-advisor
- Owner: dabit3
- Created: 2023-02-05T17:08:36.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T22:28:45.000Z (over 2 years ago)
- Last Synced: 2025-10-09T09:58:58.595Z (3 months ago)
- Topics: artificial-intelligence, gpt-3, machine-learning, nextjs, openai
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 551
- Watchers: 13
- Forks: 117
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
README
# GPT Travel advisor
### Requirements
Get API Key [here](https://openai.com/api/)
Configure API key in `.env.local` (see `.example.env.local`):
```
GPT_API_KEY=open-ai-api-GPT_API_KEY
```
### To run the app
1. Clone the repo
```sh
git clone git@github.com:dabit3/gpt-travel-advisor.git
```
2. Install the dependencies
```sh
npm install
# or yarn, pnpm, etc...
```
3. Run the app
```sh
npm run dev
```