openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
Regarding the "gpt-4-vision-preview" model, we have discovered that when using this model, OpenAI's "OpenAI Image Downloader" crawler with the User-Agent "OpenAI Image Downloader" comes to fetch the images based on...
This gist handles parallel processing of OpenAI calls that incorporates rate limits from HTTP results. Please let me know if this is great for a PR. https://gist.github.com/Andrew-Chen-Wang/67c68b2392001d486551e1e6660b538f
the message { "error": { "message": "You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.", "type": "insufficient_quota",...
## Summary Added example on OpenSearch as Vector database ## Motivation Why are these changes necessary? How do they improve the cookbook? The list of vector databases doesn't include OpenSearch,...
## Summary Adds a cookbook example to store and query OpenAI embeddings in Nhost using pgvector and Auto-Embeddings, a feature that makes it trivial to keep OpenAI embeddings up-to-date. ##...
https://github.com/openai/openai-cookbook/blob/main/examples/How_to_count_tokens_with_tiktoken.ipynb references https://github.com/openai/openai-python/blob/main/chatml.md which was deleted in https://github.com/openai/openai-python/pull/677.
NFL Vision: Integrating Sensor Tracking Data with GPT's Visual and Leveraging GPT-3 Instruct with a Multimodal Chatbot Experience ## Summary This PR introduces significant enhancements to the project by integrating...
## Summary Added a one-line description about Giskard in the related resources section. ## Motivation The change gives better visibility to tools developers can use to build robust and sage...
## 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...
migrate-to-v1 ## Summary With new OpenAI API changes the Multiclass_classification_for_transactions notebook has become outdated. This PR updates everything to the latest API versions. migrate the project to the new v1...