intro to jarvis discord bot.
This commit is contained in:
@@ -11,6 +11,9 @@ The goal of OpenDAN (Open and Do Anything Now with AI) is to create a Personal A
|
|||||||
|
|
||||||
This project is still in its very early stages, and there may be significant changes in the future.
|
This project is still in its very early stages, and there may be significant changes in the future.
|
||||||
|
|
||||||
|
## **Updates**
|
||||||
|
|
||||||
|
We have released the Jarvis Discord bot. You can now comunicate with Jarvis through Discord app on various devices. Check out the code and setup your own Jarvis Discord bot right away. See the [documentation](discord_bot/README.md) for the details.
|
||||||
|
|
||||||
|
|
||||||
## Intro video - What is OpenDAN?
|
## Intro video - What is OpenDAN?
|
||||||
@@ -44,10 +47,6 @@ To achieve the goal of OpenDAN, we provide the following key features:
|
|||||||
6. **AI Butler Assistant**: Driven by a large language model, the AI assistant completes tasks through natural language interaction.
|
6. **AI Butler Assistant**: Driven by a large language model, the AI assistant completes tasks through natural language interaction.
|
||||||
7. **Development Framework**: Provide a development framework for customizing AI assistants for specific purposes, making it easy for developers to create unique AI applications for users.
|
7. **Development Framework**: Provide a development framework for customizing AI assistants for specific purposes, making it easy for developers to create unique AI applications for users.
|
||||||
|
|
||||||
## **Updates**
|
|
||||||
|
|
||||||
We have released the initial version of our built-in AI butler/AI agent, Jarvis, with example functional modules and services. Please try it out by following the [instructions](agent_jarvis/README.md).
|
|
||||||
|
|
||||||
## **Roadmap**
|
## **Roadmap**
|
||||||
|
|
||||||
- [x] Project Initialization
|
- [x] Project Initialization
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ 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.
|
Then you can ask Jarvis to generate images for you in the chat window. You may say "Jarvis, generate a photo of a beautiful girl" for example.
|
||||||
|
|
||||||
<img src="images/jarvis-with-drawing.gif" width="50%"/>
|
<img src="images/jarvis-with-drawing.gif" width="50%"/>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user