Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 330 Bytes

File metadata and controls

11 lines (7 loc) · 330 Bytes

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