https://github.com/angelfire/traveling
Generate your travel plan using OpenAI
https://github.com/angelfire/traveling
openai
Last synced: about 1 month ago
JSON representation
Generate your travel plan using OpenAI
- Host: GitHub
- URL: https://github.com/angelfire/traveling
- Owner: Angelfire
- Created: 2023-01-30T16:41:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-01T00:49:59.000Z (over 3 years ago)
- Last Synced: 2025-01-25T19:42:10.583Z (over 1 year ago)
- Topics: openai
- Language: TypeScript
- Homepage: https://traveling-omega.vercel.app
- Size: 92.8 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travelio

## How it works
This project uses the OpenAI GPT-3 API (specifically, _text-davinci-003_) and Vercel Edge functions with streaming. It constructs a prompt based on the form and user input, sends it to the GPT-3 API via a Vercel Edge function, then streams the response back to the application.