openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
**Please do not use the issues page to ask general questions about the OpenAI API.** Questions asked here will usually not receive answers. Feel free to report problems with code...
This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days. _Originally posted by...
**Please do not use the issues page to ask general questions about the OpenAI API.** Questions asked here will usually not receive answers. Feel free to report problems with code...
In the gpt 4 vision example, [This](https://github.com/openai/openai-cookbook/blob/main/examples/multimodal/Using_GPT4_Vision_With_Function_Calling.ipynb). When I change the order of the inputs of Literal class from ["escalate_to_agent", "replace_order", "refund_order"] to ["escalate_to_agent", "refund_order", "replace_order"] keeping the other code...
## Summary The embedding model used in the example does not match the embedding model used to create the sample data which is uploaded to Elasticsearch. This causes incorrect results...
This PR bumps GitHub stale workflow action to its latest version, thus avoiding deprecation warning as seen e.g. [here](https://github.com/openai/openai-cookbook/actions/runs/8640318310).
[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...
[optional format] **Identify the file to be fixed** [Semantic_text_search_using_embeddings.ipynb](https://github.com/openai/openai-cookbook/blob/main/examples/Semantic_text_search_using_embeddings.ipynb) **Describe the problem** ``` from utils.embeddings_utils import get_embedding, cosine_similarity ``` This import line is failing in the cookbook. Not sure if...
**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 using `OpenAI` and `AzureOpenAI`. I...
[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...