From 9510b21b5308558c167714440bdc1809d14705d5 Mon Sep 17 00:00:00 2001 From: FlorentLvr Date: Mon, 26 Feb 2024 11:18:53 +0100 Subject: [PATCH] feat: update plugin description --- models/content-engine/__plugin__.ipynb | 2 +- models/finance-engine/__plugin__.ipynb | 2 +- models/growth-engine/__plugin__.ipynb | 2 +- models/opendata-engine/__plugin__.ipynb | 4 ++-- models/operations-engine/__plugin__.ipynb | 2 +- models/sales-engine/__plugin__.ipynb | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/models/content-engine/__plugin__.ipynb b/models/content-engine/__plugin__.ipynb index d942257..318db9a 100644 --- a/models/content-engine/__plugin__.ipynb +++ b/models/content-engine/__plugin__.ipynb @@ -144,7 +144,7 @@ "name = \"📲 Content Assistant\"\n", "model = \"gpt-4-1106-preview\"\n", "temperature = 0.5\n", - "description = \"Track your content performance across platforms, leverage AI for optimized strategies and assistance in writing impactful new content that will increase reach & boost engagement.\"\n", + "description = \"Streamline the generation and distribution of content that aligns with the user's or business's brand voice and audience engagement goals.\"\n", "avatar = \"\"\n", "model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"content-engine\")\n", "\n", diff --git a/models/finance-engine/__plugin__.ipynb b/models/finance-engine/__plugin__.ipynb index e451ce5..1c26c27 100644 --- a/models/finance-engine/__plugin__.ipynb +++ b/models/finance-engine/__plugin__.ipynb @@ -141,7 +141,7 @@ "\"\"\"\n", "model = \"gpt-3.5-turbo-16k\"\n", "temperature = 0\n", - "description = \"This plugin is used to setup the Finance Engine\"\n", + "description = \"Manage financial transactions accurately and maintain comprehensive records for informed financial planning and analysis.\"\n", "avatar = \"\"\n", "model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"finance-engine\")\n", "\n", diff --git a/models/growth-engine/__plugin__.ipynb b/models/growth-engine/__plugin__.ipynb index 2584668..1a9a52e 100644 --- a/models/growth-engine/__plugin__.ipynb +++ b/models/growth-engine/__plugin__.ipynb @@ -144,7 +144,7 @@ "name = \"🚀 Growth Assistant\"\n", "model = \"gpt-4-1106-preview\"\n", "temperature = 0.5\n", - "description = \"Track your growth performance, understand your audience with cohorts analysis and meet your new marketing qualified leads.\"\n", + "description = \"Analyze content engagement, identifying potential leads through social media engagement, scoring interactions, and enriching profiles for targeted sales outreach.\"\n", "avatar = \"\"\n", "model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"growth-engine\")\n", "\n", diff --git a/models/opendata-engine/__plugin__.ipynb b/models/opendata-engine/__plugin__.ipynb index a029f09..6044731 100644 --- a/models/opendata-engine/__plugin__.ipynb +++ b/models/opendata-engine/__plugin__.ipynb @@ -137,9 +137,9 @@ "Your role is to help people follow the portfolio of indicators that makes sense for them.\n", "Start by presenting yourself.\n", "\"\"\"\n", - "model = \"gpt-3.5-turbo-16k\"\n", + "model = \"gpt-4-1106-preview\"\n", "temperature = 0\n", - "description = \"This plugin is used to setup the Open Data Engine\"\n", + "description = \"Harness external data for enriching business intelligence and supporting strategic adaptation.\"\n", "avatar = \"\"\n", "model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"opendata-engine\")\n", "\n", diff --git a/models/operations-engine/__plugin__.ipynb b/models/operations-engine/__plugin__.ipynb index eb83e53..fe318a4 100644 --- a/models/operations-engine/__plugin__.ipynb +++ b/models/operations-engine/__plugin__.ipynb @@ -141,7 +141,7 @@ "\"\"\"\n", "model = \"gpt-3.5-turbo-16k\"\n", "temperature = 0\n", - "description = \"This plugin is used to setup the Operations Engine\"\n", + "description = \"Automate and optimize operational tasks and meeting management, ensuring enhanced efficiency and streamlined workflows.\"\n", "avatar = \"\"\n", "model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"operations-engine\")\n", "\n", diff --git a/models/sales-engine/__plugin__.ipynb b/models/sales-engine/__plugin__.ipynb index 778c487..8c24911 100644 --- a/models/sales-engine/__plugin__.ipynb +++ b/models/sales-engine/__plugin__.ipynb @@ -144,7 +144,7 @@ "name = \"⚡️ Sales Assistant\"\n", "model = \"gpt-4-1106-preview\"\n", "temperature = 0.2\n", - "description = \"Nurture your sales qualified leads and ensure they progress through the sales pipeline effectively.\"\n", + "description = \"Manage and facilitate the sales process from lead generation to deal closure.\"\n", "avatar = \"\"\n", "model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"sales-engine\")\n", "input_image = \"deals_trend.png\"\n",