Skip to content

Erisfiregamer1/llm-bot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

llm-bot

A Discord bot for interacting with LLMs.

Installation tutorial

  1. Create a .env file.
  2. Populate the file with these values:
DISCORD_TOKEN=""
OPENAI_API_KEY=""
BING_COOKIE=""
GEMINI_API_KEY=""
APP_ID=""
SUPABASE_URL=""
SUPABASE_SERVICE_ROLE_KEY=""
  1. Run the bot using Deno: deno run --allow-net --allow-read --allow-env main.ts
    3.1: Or, run the direct file how you normally would. Check Actions for the files you'll need.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages