Skip to content

Latest commit

 

History

History

10a_function_calling

Function calling

In this session we will apply function calling to solve image analysis tasks.

Installation

To run the notebooks in this folder, please install openai and langchain:

pip install langchain=0.2.1 openai==1.30.1