An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Travelio

Screenshot 2023-01-30 at 11 56 19 AM

## 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.