Jordy3D / LambdaBot

AI in Discord, and then some

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lambda

ElevenLabs? Lambda-11?
I'm funny.

About

Originally a Discord bot for generating audio clips using ElevenLabs' API, Lambda has since expanded to include OpenAI's API for generating conversational text and images.

Features

Main application

Audio

  • Generate audio using ElevenLabs' API
    • By default only shows Cloned/Custom voices
    • Updates voice list upon running the generation
  • Generate still-frame video using generated audio and provided image URL
    • Start your message with a ! to generate a video instead of audio
    • Dagoth Ur image included because that's likely something you'd want and/or need
  • Save all generations (images, audio, and video) locally, in case you wanna refer to them again or something

OpenAI

Example of OpenAI text generation

  • Generate image using OpenAI's API*2
    • Preface your message with "give me an image of" followed by your prompt to generate an image

Example of OpenAI text generation

*1 Limited to "Owners"
*2 Ping the bot to get a response

Side features

Requirements

  1. An ElevenLabs account
  2. A paid OpenAI account
  3. Python download: https://www.python.org/downloads/

Setup

Discord

You will need to set up an Application on the Discord Developer Portal. I won't explain that here.

Files

Run install.bat.
This will install the Python packages needed for the bot to run, and will initialise a secrets.py file for you to use.

Keys and Tokens

In that secrets.py, you will store your API tokens:

Key Value Type
token Your Discord application token str
xi Your API key for ElevenLabs (obtained on your Profile) str
openaikey Your API key for OpenAI (obtained on your Profile) str

Other Details

The secrets.py file also stores some other relevant information.

Key Value Type
test_guilds List of server IDs that the bot will respond to
May be required for the /command to appear in the first place
list
owners List of user IDs that can use the OpenAI features
Defines who can create video outputs, as well as who can generate results longer than 100 characters
list

Running

Once everything is installed and set up properly, double-clicking main.py should work.
If it brings up a "no program to run this" message, you can Browse for Python from there and then say "always use this program".

Notes

  • While the AI is pretty good, sometimes it can mispronounce things.
    Purposely using different words may become necessary to get the result you expect.
    I'll add to the following table with words I come across that you may want to try.
Original Replacement
colonel kernel
  • Due to the way the bot is set up, slash commands will not appear and/or will not work if the bot if the server is not in the test_guilds list. If someone knows how to fix this, please let me know.
  • The bot's "typing" message may not remain visible for the duration of the generation. It is still generating, it just doesn't show it. I'm not sure how to fix this either.

Warning

I ain't gonna be able to help too much if things don't install correctly.
My Python install seems to have wigged out, so things like "requirements" and "correct versions" aren't entirely clear to me.

About

AI in Discord, and then some


Languages

Language:Python 98.8%Language:Batchfile 1.2%