From 6879ff9e26ba7841ecee7f2a55741f3fef541ddd Mon Sep 17 00:00:00 2001 From: Lakshya Agarwal Date: Mon, 25 Dec 2023 18:05:52 -0500 Subject: [PATCH] [docs] Add example link on index page (#305) --- docs/examples/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/examples/index.md b/docs/examples/index.md index cf080a2..9cff0f0 100644 --- a/docs/examples/index.md +++ b/docs/examples/index.md @@ -16,5 +16,6 @@ 12. [How are action items and dependencies generated from transcripts?](action_items.md) 13. [How to enable OpenAI's moderation](moderation.md) 14. [How to extract tables from images](extracting_tables.md) +15. [How to generate advertising copy from image inputs](image_to_ad_copy.md) Explore more!