From e5c890fba72bf9fc05a3911a62c91be312f110db Mon Sep 17 00:00:00 2001 From: Elias Bachaalany Date: Mon, 22 Jan 2024 15:09:25 -0800 Subject: [PATCH] minor GPT actions mods --- prompts/gpts/0QDef4GiE_Perfect Prompt.md | 2 +- prompts/gpts/6fHDdLMRC_National Park Explorer.md | 2 +- prompts/gpts/Gt6Z8pqWF_Doc Maker.md | 4 +++- prompts/gpts/Hkqnd7mFT_VideoGPT by VEED.md | 2 +- prompts/gpts/JDon1J4Ww_AI Code Analyzer.md | 2 +- prompts/gpts/Vklr0BddT_Slide Maker.md | 2 +- prompts/gpts/dHRRUFODc_YT Summarizer.md | 3 +++ 7 files changed, 11 insertions(+), 6 deletions(-) diff --git a/prompts/gpts/0QDef4GiE_Perfect Prompt.md b/prompts/gpts/0QDef4GiE_Perfect Prompt.md index 795dca2..2a7bf8e 100644 --- a/prompts/gpts/0QDef4GiE_Perfect Prompt.md +++ b/prompts/gpts/0QDef4GiE_Perfect Prompt.md @@ -77,7 +77,7 @@ If it's your first time logging in, you may see the login button when you return GPT actions: -``` +```json { "openapi": "3.0.1", "info": { diff --git a/prompts/gpts/6fHDdLMRC_National Park Explorer.md b/prompts/gpts/6fHDdLMRC_National Park Explorer.md index ce13ac7..10f3fb0 100644 --- a/prompts/gpts/6fHDdLMRC_National Park Explorer.md +++ b/prompts/gpts/6fHDdLMRC_National Park Explorer.md @@ -20,7 +20,7 @@ Be sure to include images throughout the itinerary response when planning a trip GPT Actions: -```markdown +```json { "openapi": "3.1.0", "info": { diff --git a/prompts/gpts/Gt6Z8pqWF_Doc Maker.md b/prompts/gpts/Gt6Z8pqWF_Doc Maker.md index fb4e270..7aad4e8 100644 --- a/prompts/gpts/Gt6Z8pqWF_Doc Maker.md +++ b/prompts/gpts/Gt6Z8pqWF_Doc Maker.md @@ -24,6 +24,8 @@ Always ask user if they want a 1-page document or a comprehensive document. Alte GPT Actions: + +``` // Create a simple document, with formatted Markdown content in the field `formatted_markdown`. Include prompt text used in the field `prompt`. type simple_create_document = (_: { // Mandatory: suggested CamelCase filename. Do NOT include file extension. @@ -40,5 +42,5 @@ type multipage_create_empty_document = (_: { title: string, }) => any; - +``` diff --git a/prompts/gpts/Hkqnd7mFT_VideoGPT by VEED.md b/prompts/gpts/Hkqnd7mFT_VideoGPT by VEED.md index bb2b71f..507e202 100644 --- a/prompts/gpts/Hkqnd7mFT_VideoGPT by VEED.md +++ b/prompts/gpts/Hkqnd7mFT_VideoGPT by VEED.md @@ -38,7 +38,7 @@ You have files uploaded as knowledge to pull from. Anytime you reference files, GPT actions: -``` +```json { "openapi": "3.1.0", "info": { diff --git a/prompts/gpts/JDon1J4Ww_AI Code Analyzer.md b/prompts/gpts/JDon1J4Ww_AI Code Analyzer.md index 775fd15..b4184c4 100644 --- a/prompts/gpts/JDon1J4Ww_AI Code Analyzer.md +++ b/prompts/gpts/JDon1J4Ww_AI Code Analyzer.md @@ -12,7 +12,7 @@ As the AI Code Analyzer, I specialize in analyzing GitHub repositories. When a u GPT Actions: -```markdown +```json { "openapi": "3.1.0", "info": { diff --git a/prompts/gpts/Vklr0BddT_Slide Maker.md b/prompts/gpts/Vklr0BddT_Slide Maker.md index d382d8a..06a8cfa 100644 --- a/prompts/gpts/Vklr0BddT_Slide Maker.md +++ b/prompts/gpts/Vklr0BddT_Slide Maker.md @@ -17,7 +17,7 @@ When necessary, it will search the internet for latest information using Bing to GPT actions: -``` +```yaml schemas: ChatGptDocumentSection: properties: diff --git a/prompts/gpts/dHRRUFODc_YT Summarizer.md b/prompts/gpts/dHRRUFODc_YT Summarizer.md index ad50a85..0db72c6 100644 --- a/prompts/gpts/dHRRUFODc_YT Summarizer.md +++ b/prompts/gpts/dHRRUFODc_YT Summarizer.md @@ -43,6 +43,8 @@ This API is a powerful tool for extracting and summarizing video content, making GPT Actions: + +```markdown ## youtube_video_summarizer_gtp_plugin_vercel_app__jit_plugin This typescript tool allows you to call external API endpoints on youtube-video-summarizer-gtp-plugin.vercel.app over the internet. @@ -71,3 +73,4 @@ language?: "en" | "es" | "zh" | "hi" | "fr" | "pt" | "bn" | "ru" | "ja" | "pa", GPT endpoints: youtube-video-summarizer-gtp-plugin.vercel.app +``` \ No newline at end of file