https://github.com/cbuckley-code/functions-with-openai
The project is set up to show off function calling with langchain and OpenAI. We'll use the Crypt currency API CoinGecko to help the LLM retrieve real time data and historical data.
To get it running update the .env file in the server directory with you OpenAI key then run the following command.
python3 greetings.py
python3 investment-plan.py
I do want to thank Jason Zhou his YouTube videos sparked my interest and his code sample here https://github.com/JayZeeDesign are great references!