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

![sp241214_125558](https://github.com/user-attachments/assets/2e47e4d7-4e8e-45ee-b120-a0497299205a)

[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 [...] OceanBase V4.3.3...

Stale

https://cookbook.openai.com/examples/gpt4o/introduction_to_gpt4o area of triangle in the picture is wrong! should be ``` To find the area of a triangle given its three sides, we use **Heron's formula**: \[ A =...

bug
Stale

Allows the models to answer questions in a more exact way with less propblems and new answers. ## Summary Briefly describe the changes and the goal of this PR. Make...

**Is your feature request related to a problem? Please describe.** examples/Question_answering_using_embeddings.ipynb should include info about token usage of embeddings vs putting additional information into the context window of the model...

Stale

## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. ## Motivation Why are these changes necessary? How do...

## Summary Adding GRID.is to the examples gallery for GPT actions. GRID lets users connect their spreadsheets with OpenAI to query and interact with data. It uses transient states, so...

Stale

## Summary This PR adds a reference to an earlier community discussion "https://community.openai.com/t/meta-prompting-concept-asking-chat-gpt-for-the-best-prompt-for-your-desired-completion-then-to-revise-it-before-using-it/248619" about meta prompting, a concept I originally coined over a year ago and documented extensively in an...

added authorship as per pull request checklist ## Summary Briefly describe the changes and the goal of this PR. Make sure the PR title summarizes the changes effectively. ## Motivation...

## Summary Typo fix #1658 : change the role to user in {"role": "system", "content": "Q: how many car makers are their in germany"} ## Motivation Fixing typo --- ##...