diff --git a/agent_jarvis/README.md b/agent_jarvis/README.md index 216fb1d..f317b2e 100644 --- a/agent_jarvis/README.md +++ b/agent_jarvis/README.md @@ -46,7 +46,9 @@ docker run --name jarvis --rm \ Then you can open your browser, and navigate to `http://127.0.0.1:10000`. -You will see a simple chat window, and you can chat with Jarvis with it. This is a showcase of the interaction with Jarvis. It is more practical to use Telegram or discord bot to interact with Jarvis and we will provide the code later. +You will see a simple chat window, and you can chat with Jarvis with it. This is a showcase of the interaction with Jarvis. It is more practical to use Telegram or discord bot to interact with Jarvis and we will provide the code later. + + At this moment, Jarvis is most likely a copy of ChatGPT, except that we provide a joke telling ability as an example. @@ -75,6 +77,8 @@ docker run --name jarvis --rm \ Then you can ask Jarvis to generate images for you in the chat window. You may say "Jarvis, generate a photo of a panda pls" for example. + + ## 4. Enable Jarvis with the ability to summarize YouTube videos and send tweets To enable Jarvis with the ability to summarize YouTube videos and send tweets you need to: diff --git a/agent_jarvis/images/jarvis-with-drawing.gif b/agent_jarvis/images/jarvis-with-drawing.gif new file mode 100644 index 0000000..3185dcc Binary files /dev/null and b/agent_jarvis/images/jarvis-with-drawing.gif differ diff --git a/agent_jarvis/images/jarvis.png b/agent_jarvis/images/jarvis.png new file mode 100644 index 0000000..f2feddf Binary files /dev/null and b/agent_jarvis/images/jarvis.png differ