Experimenting OpenAI APIs.
- Working Assistant (doing)
- Python 3.11 or above
- OpenAI API Key
- Jupyter Lab
5 Steps for Starting ChatGPT Application Development
# put your api key into system env
export OPENAI_API_KEY="{your_api_key}"
# launch jupyter lab
jupyter lab
- demos: My experimentation afteer learning:
- learnings: tutorials: Detailed guides and tutorials I follow
working-assistant.ipynb
notebook is for experimenting how to chat with Calendar
TODO:
- List schedule for given period: day | week
- Book an event
- Modifity an event
- Develop on Google Workspace - Setup Google project & enabling Google Calendar.
- Google Calendar API doc
- Learn about authentication and authorization