-
Notifications
You must be signed in to change notification settings - Fork 10.6k
Add new article-to-podcast cookbook #1853
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Add new article-to-podcast cookbook #1853
Conversation
…enai/openai-cookbook into add-article-to-podcast-cookbook
Adding comments here since I can't comment on the python notebook diff directly: Step 3: Step 4: “You’re done” section: Next steps section: |
Thanks @glojain! I've addressed your comments if you want to take another look. And then would you be able to tag a repository reviewer? I don't seem to be able to do that myself. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
Adds a new “article-to-podcast” cookbook example and registers it, plus defines its author.
- Registers a new example in registry.yaml
- Adds the example article Markdown for conversion in examples/multimodal/article_to_podcast
- Adds a new author entry for yiren-openai in authors.yaml
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
File | Description |
---|---|
registry.yaml | New cookbook entry for article-to-podcast example |
examples/multimodal/article_to_podcast/chinese_adoptees_new_yorker.md | Adds example source article for the podcast demo |
authors.yaml | Registers the new author yiren-openai |
Comments suppressed due to low confidence (1)
authors.yaml:326
- The author key is missing a colon. It should be
yiren-openai:
to form a valid mapping key in YAML.
yiren-openai
@@ -2036,3 +2036,13 @@ | |||
- agents | |||
- agents-sdk | |||
- parallel-agents | |||
|
|||
- title: Turn Any Article into a Scripted Podcast with GPT-4o-TTS |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[nitpick] Consider adding a description
field under this entry to give users a quick summary of what this cookbook does.
Copilot uses AI. Check for mistakes.
Co-authored-by: Copilot <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.