Table of Contents
This project's main objective is to utilize GPT-4 to generate travel itineraries for Japan.
This is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
- create .env file and add Azure Openai API KEY、Azure Openai endpoint、google map api key、
- install packages
pip install -r requirements.txt
- Run services
python -m webui_pages.travel_web
Distributed under the MIT License. See LICENSE.txt for more information.