Skip to content

Commit

Permalink
Reset genesis notebook
Browse files Browse the repository at this point in the history
  • Loading branch information
VRSEN committed Jan 17, 2024
1 parent 3f3688c commit 4333fc0
Showing 1 changed file with 21 additions and 77 deletions.
98 changes: 21 additions & 77 deletions notebooks/genesis_agency.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,12 @@
"cells": [
{
"cell_type": "code",
"execution_count": 1,
"execution_count": null,
"id": "initial_id",
"metadata": {
"ExecuteTime": {
"end_time": "2024-01-15T03:45:14.981588Z",
"start_time": "2024-01-15T03:45:14.970275Z"
},
"collapsed": true,
"jupyter": {
"outputs_hidden": true
"end_time": "2024-01-17T06:46:08.949043Z",
"start_time": "2024-01-17T06:46:08.938196Z"
}
},
"outputs": [],
Expand All @@ -26,12 +22,12 @@
},
{
"cell_type": "code",
"execution_count": 2,
"execution_count": null,
"id": "85f1c8fb6aab6421",
"metadata": {
"ExecuteTime": {
"end_time": "2024-01-15T03:45:14.993335Z",
"start_time": "2024-01-15T03:45:14.980761Z"
"end_time": "2024-01-17T06:46:08.963145Z",
"start_time": "2024-01-17T06:46:08.948359Z"
},
"collapsed": false,
"jupyter": {
Expand All @@ -48,6 +44,10 @@
"execution_count": null,
"id": "1ee6f9992fb209c4",
"metadata": {
"ExecuteTime": {
"end_time": "2024-01-17T06:46:09.405416Z",
"start_time": "2024-01-17T06:46:08.961556Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
Expand All @@ -61,12 +61,12 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"id": "6cafc0d9a51ed4c9",
"metadata": {
"ExecuteTime": {
"end_time": "2024-01-15T03:45:17.333879Z",
"start_time": "2024-01-15T03:45:16.721780Z"
"end_time": "2024-01-17T06:46:09.407132Z",
"start_time": "2024-01-17T06:46:09.334424Z"
},
"collapsed": false,
"jupyter": {
Expand All @@ -80,94 +80,38 @@
},
{
"cell_type": "code",
"execution_count": 4,
"execution_count": null,
"id": "64b988e65898f6b3",
"metadata": {
"ExecuteTime": {
"end_time": "2024-01-11T05:42:09.869069Z",
"start_time": "2024-01-11T05:42:06.498881Z"
"end_time": "2024-01-17T06:46:11.468684Z",
"start_time": "2024-01-17T06:46:09.396088Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Updating assistant... GenesisCEO\n",
"Updating assistant... AgentCreator\n",
"Updating assistant... BrowsingAgent\n",
"Updating assistant... OpenAPICreator\n"
]
}
],
"outputs": [],
"source": [
"test_agency = GenesisAgency()"
]
},
{
"cell_type": "code",
"execution_count": 5,
"execution_count": null,
"id": "c95ce4524b2b3ab4",
"metadata": {
"ExecuteTime": {
"end_time": "2024-01-11T05:42:12.145710Z",
"start_time": "2024-01-11T05:42:09.869494Z"
"end_time": "2024-01-17T06:46:11.469085Z",
"start_time": "2024-01-17T06:46:11.469003Z"
},
"collapsed": false,
"jupyter": {
"outputs_hidden": false
}
},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"Running on local URL: http://127.0.0.1:7860\n",
"\n",
"To create a public link, set `share=True` in `launch()`.\n"
]
},
{
"data": {
"text/html": [
"<div><iframe src=\"http://127.0.0.1:7860/\" width=\"100%\" height=\"500\" allow=\"autoplay; camera; microphone; clipboard-read; clipboard-write;\" frameborder=\"0\" allowfullscreen></iframe></div>"
],
"text/plain": [
"<IPython.core.display.HTML object>"
]
},
"metadata": {},
"output_type": "display_data"
},
{
"data": {
"text/plain": [
"Gradio Blocks instance: 2 backend functions\n",
"-------------------------------------------\n",
"fn_index=0\n",
" inputs:\n",
" |-textbox\n",
" |-chatbot\n",
" outputs:\n",
" |-textbox\n",
" |-chatbot\n",
"fn_index=1\n",
" inputs:\n",
" |-chatbot\n",
" outputs:\n",
" |-chatbot"
]
},
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
],
"outputs": [],
"source": [
"test_agency.demo_gradio()"
]
Expand Down

0 comments on commit 4333fc0

Please sign in to comment.