Skip to content

Commit 7fc4691

Browse files
authored
Add Image Gen cookbook (#1788)
1 parent d97f107 commit 7fc4691

File tree

9 files changed

+693
-6
lines changed

9 files changed

+693
-6
lines changed

examples/Generate_Images_With_GPT_Image.ipynb

Lines changed: 679 additions & 0 deletions
Large diffs are not rendered by default.

examples/imgs/cat_portrait_pixel.jpg

147 KB
Loading

examples/imgs/cat_with_hat.jpg

1.8 MB
Loading

examples/imgs/glorptak.png

2.5 MB
Loading

examples/imgs/hat.png

1.37 MB
Loading

examples/imgs/mask.png

337 KB
Loading

examples/imgs/mask_alpha.png

164 KB
Loading

examples/imgs/mask_edit.png

2.9 MB
Loading

registry.yaml

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1733,7 +1733,7 @@
17331733
tags:
17341734
- completions
17351735
- reasoning
1736-
1736+
17371737
- title: GPT Actions library - GitHub
17381738
path: examples/chatgpt/gpt_actions_library/gpt_action_github.md
17391739
date: 2024-10-23
@@ -1782,9 +1782,9 @@
17821782
tags:
17831783
- gpt-actions-library
17841784
- embeddings
1785-
- chatgpt
1785+
- chatgpt
17861786
- chatgpt-and-api
1787-
1787+
17881788
- title: Optimizing Retrieval-Augmented Generation using GPT-4o Vision Modality
17891789
path: examples/vector_databases/pinecone/Using_vision_modality_for_RAG_with_Pinecone.ipynb
17901790
date: 2024-11-12
@@ -1814,8 +1814,8 @@
18141814
- gpt-actions-library
18151815
- chatgpt
18161816
- chatgpt-communication
1817-
1818-
- title: GPT Actions library - Tray.ai APIM
1817+
1818+
- title: GPT Actions library - Tray.ai APIM
18191819
path: examples/chatgpt/gpt_actions_library/gpt_action_trayai_apim.md
18201820
date: 2024-11-26
18211821
authors:
@@ -1906,7 +1906,7 @@
19061906
tags:
19071907
- chatgpt
19081908
- gpt-actions-library
1909-
- chatgpt-productivity
1909+
- chatgpt-productivity
19101910

19111911
- title: GPT-4.1 Prompting Guide
19121912
path: examples/gpt4-1_prompting_guide.ipynb
@@ -1917,3 +1917,11 @@
19171917
tags:
19181918
- responses
19191919
- api
1920+
1921+
- title: Generate images with GPT Image
1922+
path: examples/Generate_images_with_GPT_Image.ipynb
1923+
date: 2025-04-23
1924+
authors:
1925+
- katiagg
1926+
tags:
1927+
- images

0 commit comments

Comments
 (0)