OpenAI Function Calling API Tutorial

preview_player
Показать описание
Learn how to use OpenAI's new Function Calling feature to automate your house, perform automated data cleanup and much more.

**Note**: The `.to_dict` method has been renamed to `.to_json_schema`, but works the same way.

Feel free to leave a comment if you have any questions!

Example shown in the video:

OpenAI Function Calling Guide:

OpenAI ChatCompletion API with Function Calling:

Blog post on OpenAI Function Calling:
Рекомендации по теме
Комментарии
Автор

The openai_function_calling `.to_dict` methods have been renamed in the latest release to `.to_json_schema`. The functionality is the same.

jakecyr