Skip to content

Commit

Permalink
feat: update plugin description
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentLvr committed Feb 26, 2024
1 parent 755158e commit 9510b21
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion models/content-engine/__plugin__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion models/finance-engine/__plugin__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion models/growth-engine/__plugin__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions models/opendata-engine/__plugin__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion models/operations-engine/__plugin__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion models/sales-engine/__plugin__.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 9510b21

Please sign in to comment.