Skip to content
This repository has been archived by the owner on Apr 24, 2024. It is now read-only.

Commit

Permalink
feat: update functiont test notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
dsdanielpark committed Jun 28, 2023
1 parent 9de369a commit 5d3dc25
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions func_test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"metadata": {},
"outputs": [],
"source": [
"token = 'XQhVqoq8lHTI8oZ09DAdXKBTLGrMiT9xv61UNWs51CE6UmY16Qbs-jPWnMm7ciAXtJPopA.'"
"token = 'xxxxxxx'"
]
},
{
Expand Down Expand Up @@ -67,13 +67,6 @@
"res['images'] # Get images (set)"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": []
},
{
"cell_type": "code",
"execution_count": 2,
Expand Down Expand Up @@ -101,7 +94,7 @@
"source": [
"from bardapi import ChatBard\n",
" \n",
"chat = ChatBard(token='XQhVqoq8lHTI8oZ09DAdXKBTLGrMiT9xv61UNWs51CE6UmY16Qbs-jPWnMm7ciAXtJPopA.')\n",
"chat = ChatBard(token='xxxxxxx')\n",
"chat.start()"
]
},
Expand Down

0 comments on commit 5d3dc25

Please sign in to comment.