Skip to content

Commit 6e74645

Browse files
authored
Merge pull request #101 from jupyter-naas/81-abi-core-model-update-graph-and-plugin-demo-ops-finance-opendata
feat: update graph ops, finance, opendata
2 parents 1484b61 + 9510b21 commit 6e74645

9 files changed

Lines changed: 1521 additions & 7 deletions

File tree

models/content-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@
144144
"name = \"📲 Content Assistant\"\n",
145145
"model = \"gpt-4-1106-preview\"\n",
146146
"temperature = 0.5\n",
147-
"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",
147+
"description = \"Streamline the generation and distribution of content that aligns with the user's or business's brand voice and audience engagement goals.\"\n",
148148
"avatar = \"\"\n",
149149
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"content-engine\")\n",
150150
"\n",

models/finance-engine/__plugin__.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
"\"\"\"\n",
142142
"model = \"gpt-3.5-turbo-16k\"\n",
143143
"temperature = 0\n",
144-
"description = \"This plugin is used to setup the Finance Engine\"\n",
144+
"description = \"Manage financial transactions accurately and maintain comprehensive records for informed financial planning and analysis.\"\n",
145145
"avatar = \"\"\n",
146146
"model_dir = os.path.join(naas_data_product.ROOT_PATH, \"models\", \"finance-engine\")\n",
147147
"\n",

0 commit comments

Comments
 (0)