openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Examples and guides for using the OpenAI API

Results 581 openai-cookbook issues
Sort by recently updated
recently updated
newest added
trafficstars

## Summary Closes #1463 Fixes the `Assistants_API_overview_python` notebook by updating the code for the latest `openai` package. This also fixes the code logic where multiple `ids` for the `tools` were...

`Assistants_API_overview_python.ipynb` notebook is broken because its using the code from an older version of the `openai` package. Most are incorrect parameter values but there is also an issue with the...

bug

## Summary This PR aims to expands the cookbook library on GPT actions by adding a new one about Google Ads. This cookbook explains how to connect to Google Ads...

## Summary Cookbook for Vision Fine-tuning on GPT-4o for Visual Question Answering on Medical Images ## Motivation Highlight new release of vision fine-tuning --- ## For new content When contributing...

## Summary This example will guide developers through the process of integrating [the OpenAI Realtime platform](https://platform.openai.com/docs/api-reference/realtime) into a Node.js application that runs locally on mac (or other device) for development....

[optional template] **Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the...

[ImYourVision] ** is related about how can we integrate the functions of the openAI to order application, it could be totally useful for blind or in capability disabled people.** with...

added Google Drive cookbook ## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. ## Motivation Why are these...

## Summary excute -> execute ## Motivation Why are these changes necessary? How do they improve the cookbook? --- ## For new content When contributing new content, read through our...

Hello, I have following this tutorial (https://cookbook.openai.com/examples/function_calling_with_an_openapi_spec) to create some python code so that I can interact with external API using OpenAI (https://github.com/MyPureCloud/platform-client-sdk-cli/blob/main/swagger.json) however I'm getting some errors during converting...

support