fiatrete / OpenDAN-Personal-AI-OS

OpenDAN is an open source Personal AI OS , which consolidates various AI modules in one place for your personal use.
https://opendan.ai
MIT License
1.64k stars 132 forks source link

Some question on discord-bot #20

Closed carlcc closed 1 year ago

carlcc commented 1 year ago
  1. According to README.md of agent_jarvis and discord_bot. There are conflicts in their listening port (both are 10000).
  2. I cannot find a full guide to deploy the discord bot, jarvis and discord-bot are both server, how can they communication to each other?
Synthintel0 commented 1 year ago

Do you have a corresponding screenshot?

Synthintel0 commented 1 year ago

I tried to go through the process of deploying Jarvis and the discord bot, and indeed encountered the issue you mentioned. And I figured out what the problem was. When Jarvis works with discord bot, Jarvis used as client. We need to set JARVIS_SERVER_MODE=false and JARVIS_BOT_SERVER_URL need to be set. For example:

Synthintel0 commented 1 year ago

@carlcc We have updated the README to make things clearer.