エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
How to call functions with chat models | OpenAI Cookbook
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
How to call functions with chat models | OpenAI Cookbook
Jun 13, 2023How to call functions with chat models This notebook covers how to use the Chat Compl... Jun 13, 2023How to call functions with chat models This notebook covers how to use the Chat Completions API in combination with external functions to extend the capabilities of GPT models. tools is an optional parameter in the Chat Completion API which can be used to provide function specifications. The purpose of this is to enable models to generate function arguments which adhere to the provided

