Zero6992 / chatGPT-discord-bot

Integrate ChatGPT into your own discord bot
GNU General Public License v2.0
2.6k stars 698 forks source link

Unable to block GPT-4 usage? #511

Closed RedburnDrift closed 1 month ago

RedburnDrift commented 1 month ago

The .env states that:

Default Model

MODEL=gpt-3.5-turbo

However the bot is using GPT4 instead. image Obviously, this is not cheap. Tried blocking GPT-4 on the project page of Open-AI and it killed the bot.

RedburnDrift commented 1 month ago

Nevermind... I am stupid... bot did not join with proper permissions so I couldn't use slash commands. This is resolved.