This plugin is a simple example of how to use the Open-Meteo API to get weather data and display it in ChatGPT.
poetry install
to install the dependenciespoetry run python uvicorn api.main:app
to run the API
- Generate a copy of
requirements.txt
from poetry pyproject.toml by runningpoetry export --without-hashes -o requirements.txt
- Create a new project on Vercel or setup the CLI
- Manually setup the project to Vercel UI or using the CLI by running
vercel deploy
- Open the notebook
(chatgpt_plugins_langchain_weather_mac.ipynb)
to google colab and replace the API URL with your own API URL