An experiment on executing External Weather API using Claude Haiku LLM and Python Langchain
- Program connects to Claude using API Key
- Program queries claude about the weather in Yangon

- Using OpenAPI Specification, Claude determines the best and most suitable API to call
- Calls the API and parse the result into a meaningful response.

pip3 install -r requirements.txt
create a clone of .env.sample and rename it to .env, and then add the relevant api keys
python src/main.py