Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-11T22:28:45.000Z (over 1 year ago)
- Last Synced: 2024-12-16T05:38:39.349Z (8 days ago)
- Topics: artificial-intelligence, gpt-3, machine-learning, nextjs, openai
- Language: TypeScript
- Homepage:
- Size: 103 KB
- Stars: 548
- Watchers: 14
- Forks: 115
- 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 [email protected]:dabit3/gpt-travel-advisor.git
```2. Install the dependencies
```sh
npm install# or yarn, pnpm, etc...
```3. Run the app
```sh
npm run dev
```