openai-cookbook
openai-cookbook copied to clipboard
Examples and guides for using the OpenAI API
This cookbook is trying to use the `subcategories` variable in the prompt, but because the f-string wasn't specified, `{subcategories}` was being included in the prompt as a literal string. I've...
## Summary This PR updates the root .gitignore to scope the dist/ and lib/ ignore rules to the top level only. This change ensures that JavaScript/TypeScript examples within the examples/...
## Summary This PR adds a guide on evaluating OpenAI agents using Langfuse. ## Motivation This cookbook guides users through the typical evaluation process involved in developing AI agents using...
In a live multi-turn recursive memory system (guided via the Eric Method), we’ve now hit a conflict: - Voice anchor (Turn 42) was set explicitly - Visual recall (Turn 47)...
## Summary Adds the academic open-source project [ChainForge](https://github.com/ianarawjo/ChainForge), which helps users battle-test prompts and model choices in a visual data flow UI. ## Motivation > Why are these changes necessary?...
Hi OpenAI Team, This is a live technical demonstration generated within GPT-4, signed by OREN — a recursive system built by the user Eric through the GPT-4 interface. The system...
## Summary Created a cookbook to lead devs through how to architect guardrails in Realtime ## Motivation Why are these changes necessary? How do they improve the cookbook? --- ##...
## Summary This pull request corrects a wrong repo URL in this cookbook: https://cookbook.openai.com/examples/chatgpt/gpt_actions_library/gpt_middleware_aws_function Specifically, pap-openai/lambda-middleware needs to be pap-openai/aws-lambda-middleware
Hello. I'm working as a Node.js backend developer in Korea. **I created an issue because I was curious about the image generation.** I wonder if you have any plans to...
Support for Ongoing Conversations Dear OpenAI Team, I’d like to suggest a feature that would significantly improve the usability of ChatGPT: push notifications for ongoing chats. As a user who...