Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thegreatbonnie/ai-trip-planner
https://github.com/thegreatbonnie/ai-trip-planner
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thegreatbonnie/ai-trip-planner
- Owner: TheGreatBonnie
- Created: 2024-09-06T16:43:34.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2024-09-06T16:48:56.000Z (4 months ago)
- Last Synced: 2024-11-10T00:17:48.712Z (2 months ago)
- Language: TypeScript
- Size: 116 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Getting Started
First, install the dependencies using the command below:```
npm install
```Then, create a file called .env.local in the root directory. Then add the environment variables below in the file that hold your ChatGPT and Tavily Search API keys.
```
OPENAI_API_KEY="Your ChatGPT API key"
TAVILY_API_KEY="Your Tavily Search API key"
OPENAI_MODEL=gpt-4-1106-preview
```
To get the ChatGPT API key, navigate to https://platform.openai.com/api-keys.To get the Tavily Search API key, navigate to https://app.tavily.com/home
Finally, run the development server:
```bash
npm run dev
```