Getting the initial Bot Code Pushed

This commit is contained in:
2024-12-19 17:19:06 -08:00
parent 81a2e16cf9
commit 1d8572e12b
4 changed files with 127 additions and 1 deletions

4
scripts/.env.sample Normal file
View File

@@ -0,0 +1,4 @@
DISCORD_TOKEN=your_discord_bot_token
OPENAI_API_KEY=your_openwebui_api_key
OPENWEBUI_API_BASE=http://your_openwebui_instance:port/v1
MODEL_NAME="Your_Model_Name"