Skip to content

Commit 02fb0e8

Browse files
committed
Update app templates with new icons and categories
1 parent ca5eb23 commit 02fb0e8

File tree

10 files changed

+20
-10
lines changed

10 files changed

+20
-10
lines changed

llmstack/contrib/apps/templates/ai_sdr.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "AI SDR"
22
slug: "ai-sdr"
3-
category_slugs: ["chatbot"]
3+
icon: "bot"
4+
category_slugs: ["sales", "marketing", "agents"]
45
description: "Create a highly customized email to a potential customer based on their LinkedIn activity"
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/character_chatbot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Character Chat"
22
slug: "character-chatbot"
3-
category_slugs: ["chatbot"]
3+
icon: "chatbot"
4+
category_slugs: ["entertainment", "customer-support", "hr"]
45
description: "Bring your favorite characters to life using this template. Simply define a few features of the character you want to create a bot for and start chatting away."
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/chatbot_with_internet.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Chatbot with Internet"
22
slug: "chatbot-with-internet"
3-
category_slugs: ["chatbot"]
3+
icon: "internet"
4+
category_slugs: ["agents", "entertainment", "customer-support", "sales", "hr"]
45
description: "A chatbot that can answer user's questions based on your own content. Searches internet if it cannot find answer in your data."
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/data_extractor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Data Extractor"
22
slug: "data-extractor"
3-
category_slugs: ["text", "productivity"]
3+
icon: "tool"
4+
category_slugs: ["programming", "productivity", "sales"]
45
description: "Extract structured data from unstructured data. Simply define the features you want to extract and use the saved app to extract structured info from the provided text."
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/file_chatbot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "File Chat"
22
slug: "file-chatbot"
3-
category_slugs: ["chatbot"]
3+
icon: "tool"
4+
category_slugs: ["productivity", "programming", "finance"]
45
description: 'Build you own "Chat with File" app that let''s you upload any PDF, RTF, TXT, DOCX, PPTX files and ask questions on their contents.'
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/language_translator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Language Translator"
22
slug: "language-translator"
3-
category_slugs: ["text", "language"]
3+
icon: "text"
4+
category_slugs: ["marketing", "productivity"]
45
description: "Use ChatGPT to translate given text to any desired language"
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/marketing_content_generator.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Marketing Content Generator"
22
slug: "marketing-content-generator"
3-
category_slugs: ["content-generator"]
3+
icon: "text"
4+
category_slugs: ["marketing", "sales", "productivity"]
45
description: "Add your brand guidelines and other instructions to this template and use the generated app to quickly create marketing content"
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/voice_answers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Voice Answers"
22
slug: "voice-answers"
3-
category_slugs: ["voice"]
3+
icon: "voice"
4+
category_slugs: ["entertainment", "customer-support", "productivity"]
45
description: "Augment your search with AI and provide voice-based answers for a richer experience. Ensure to add your ElevenLabs API key in Settings."
56
provider_slug: "promptly"
67
pages:

llmstack/contrib/apps/templates/voice_chat.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Voice Chat"
22
slug: "voice-chat"
3-
category_slugs: ["chatbot"]
3+
icon: "voice"
4+
category_slugs: ["entertainment", "customer-support", "productivity"]
45
description: "With this template, create an app that lets users ask questions by recording their voice. Whisper transcribes user's speech to text, passes it to ChatGPT along with relevant data to generate an answer. ElevenLabs will generate the final response in the provided voice"
56
provider_slug: "Open AI"
67
pages:

llmstack/contrib/apps/templates/website_chatbot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Website Chatbot"
22
slug: "website-chatbot"
3-
category_slugs: ["chatbot"]
3+
icon: "tool"
4+
category_slugs: ["customer-support", "marketing", "sales", "productivity"]
45
description: "A chatbot that can answer user's questions based on your own content and can easily be embedded into your website."
56
provider_slug: "promptly"
67
pages:

0 commit comments

Comments
 (0)