A simple Python program that uses OpenAI’s API to create a conversational agent. It can respond to user queries, provide mock weather data, and vacation day info for specific users.
- Chit-Chat: General conversation with GPT.
- Weather Function: Returns mock weather info for hardcoded cities (Tokyo, Rome, Paris).
- Vacation Function: Returns mock vacation days for user names (john, mary, bob).
- Clone this repository:
git clone https://github.com/rsarosh/ai.git cd ai