MetaGPT icon indicating copy to clipboard operation
MetaGPT copied to clipboard

Create a simple webui with gradio

Open Ori-Replication opened this issue 2 years ago • 5 comments
trafficstars

使用gradio创建了一个简单的webui应用。 修改了部分environment和company的代码,为environment新增了两个私有变量,一个用来临时储存history,来展示给用户和接受用户修改,另一个标明environment类型。经测试不会影响正常通过startup途径运行。

Ori-Replication avatar Sep 13 '23 08:09 Ori-Replication

Created a simple web ui application using Gradio.

Modified some of the code for environment and company, adding two private variables for environment. One is used to temporarily store history for displaying to users and accepting user modifications, and the other indicates the environment type. After testing, it will not affect normal operation through the startup way.

Ori-Replication avatar Sep 14 '23 09:09 Ori-Replication

你好。提交的程序请遵守PEP8

geekan avatar Sep 19 '23 08:09 geekan

你好。提交的程序请遵守PEP8

代码已进行修改,请看看是否还有需要调整的地方

Ori-Replication avatar Sep 21 '23 08:09 Ori-Replication

需要解决conflicts

geekan avatar Sep 28 '23 14:09 geekan

我不太会解决这个conflict。在这一版中我将新增的一些需求的包加入进来了,但还是显示有冲突,显示我添加的gradio包有冲突。我不太会解决,请问该如何解决?

pytest-mock==3.11.1
open-interpreter==0.1.4; python_version>"3.9"
ta==0.10.2
semantic-kernel==0.3.10.dev0
<<<<<<< main
gradio==2.3.6
=======

>>>>>>> main

需要解决conflicts

Ori-Replication avatar Sep 28 '23 16:09 Ori-Replication