openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

Examples and guides for using the OpenAI API

Results 368 openai-cookbook issues
Sort by recently updated
recently updated
newest added

**Identify the file to be fixed** Update Reproducible_outputs_with_the_seed_parameter.ipynb **Describe the problem** Downloaded this sample to my Ubuntu OS and run it, got the following output, python chatgpt.py Output 1 ----------...

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

Stale

## Summary ## Motivation Why are these changes necessary? How do they improve the cookbook? --- ## For new content When contributing new content, read through our [contribution guidelines](https://github.com/openai/openai-cookbook/blob/main/CONTRIBUTING.md), and...

## Summary Added PromptHub to `related_resources.md` "Prompting libraries" section ## Motivation PromptHub gives users a place to keep their prompts, track changes over time, collaborate with their team, as well...

Added MindsDB to cookbook. MindsDB is the platform for customizing AI from enterprise data. With MindsDB and its nearly 200 integrations to data sources and AI/ML frameworks, any developer can...

**Identify the file to be fixed** Using_GPT4_Vision_With_Function_Calling **Describe the problem** assert function throws a TypeError: issubclass() arg 1 must be a class print("\n===================== Simulating user message 1 =====================") assert delivery_exception_support_handler("damaged_package").action...

bug

## Summary The token limit in Chat_finetuning_data_prep.ipynb is not up to date with the current context window limit. It should be 16,385 tokens as stated in https://platform.openai.com/docs/models/gpt-3-5-turbo ## Motivation This...

## Summary minor fix --- ## For new content When contributing new content, read through our [contribution guidelines](https://github.com/openai/openai-cookbook/blob/main/CONTRIBUTING.md), and mark the following action items as completed: - [ ] I...

I registered with a new phone number and email and got a key but no quota

## Summary Added OpenSearch to vector databases Example ## Motivation OpenSearch was missing from vector databases, this PR fixes it with an example --- ## For new content When contributing...