Skip to content

Commit

Permalink
Merge pull request #101 from jupyter-naas/81-abi-core-model-update-gr…
Browse files Browse the repository at this point in the history
…aph-and-plugin-demo-ops-finance-opendata

feat: update graph ops, finance, opendata
  • Loading branch information
FlorentLvr authored Feb 26, 2024
2 parents 1484b61 + 9510b21 commit 6e74645
Show file tree
Hide file tree
Showing 9 changed files with 1,521 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
Loading

0 comments on commit 6e74645

Please sign in to comment.