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

[optional format] **Identify the file to be fixed** The name of the file containing the problem. **Describe the problem** A clear and concise description of what the problem is. **Describe...

bug

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

generate a image use by dalle-3 ,i need to download the image,but when i use http to download the url it warning "UnsupportedHttpVerb", how to solve it or only can...

support

## Summary This PR upgrades the AstraPy version of the notebook to use the stable AstraPy 1.0 (0.x had a different, now obsolete API in some respects). ## Motivation The...

**Identify the file to be fixed** [https://cookbook.openai.com/examples/question_answering_using_embeddings](https://cookbook.openai.com/examples/question_answering_using_embeddings) **Describe the problem** The provided `strings_ranked_by_relatedness` function doesn't work: ```python # search function def strings_ranked_by_relatedness( query: str, df: pd.DataFrame, relatedness_fn=lambda x, y: 1...

bug
Stale

**Is your feature request related to a problem? Please describe.** As an active developer and user of ChatGPT, I often find it challenging to find high-quality prompts. While there are...

## Summary Modified cookbook for latest API specifications, updated code cells for clarity, and added details on storing meta-data in the vector database along with vector embeddings. ## Motivation Clarity...

Trying out this example today, the models are able to answer this question with their default knowledge: https://github.com/openai/openai-cookbook/blob/a5197083bd834567d29a2d7b2ec34f125351433d/examples/Question_answering_using_embeddings.ipynb#L176-L193 Can this please be updated with an example that it can't answer...

Stale

## Summary Adding Notion integration for ChatGPT cookbook. ## Motivation Private Notions can now connect straight to ChatGPT in order to improve discoverability and synthesis of knowledge. --- ## For...

## Summary Fixing broken link of OpenAI cookbook for Function authentication