From 4333fc04d479e0017e7903228da5c9619d0d5c00 Mon Sep 17 00:00:00 2001 From: Arsenii Shatokhin Date: Wed, 17 Jan 2024 10:47:43 +0400 Subject: [PATCH] Reset genesis notebook --- notebooks/genesis_agency.ipynb | 98 ++++++++-------------------------- 1 file changed, 21 insertions(+), 77 deletions(-) diff --git a/notebooks/genesis_agency.ipynb b/notebooks/genesis_agency.ipynb index b0c633f5..b114c0ee 100644 --- a/notebooks/genesis_agency.ipynb +++ b/notebooks/genesis_agency.ipynb @@ -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": [], @@ -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": { @@ -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 @@ -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": { @@ -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": [ - "
" - ], - "text/plain": [ - "" - ] - }, - "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()" ]