An application that is able to run multiple discord bots at the time each with their own character prompt. This can be used for roleplay or just chatting depending on the system prompt. For text generation, Large Language Models are used. Currently, only text-davinci-003 from OpenAI is supported. But llama/alpaca support is just a matter of time, as long as turbo3-5.
- Make sure in the characters/ folder are only the characters you want to set up. Keep in mind you will need a discord bot token for each one
- Open bot_tokens.py and add your token in the dictionary using the same name that is used for json of your character
- Grab your openai api key and plug it into api_keys.py
- Run bot_nexus_run.py
- ???
- Profit! (Probably does not work, go ahead ask me why)