openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
被屏蔽了怎么办

[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...
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 =...
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...
## 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...
## 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 --- ##...