GPTDiscord
GPTDiscord copied to clipboard
A robust, all-in-one GPT interface for Discord. ChatGPT-style conversations, image generation, AI-moderation, custom indexes/knowledgebase, youtube summarizer, and more!
**Is your feature request related to a problem? Please describe.** Presently, GPTDiscord relies on the OpenAI GPT model, incurring costs through its API usage. For users looking for a cost-effective...
**Is your feature request related to a problem? Please describe.** I would like to have a bot experience for my users that comes very near to interacting with a normal...
**Describe the bug** When asked to produce a mathematical formula, Discord cannot correctly parse the character of the dot operator(multiplication), leading to messy and difficult to interpret output. **To Reproduce**...
Make things like code chat, internet chat, index chat persistent across restarts like the pickled /gpt converse conversations
Failed to acquire sandbox Traceback (most recent call last): File "/root/GPTDiscord/cogs/code_interpreter_service_cog.py", line 304, in __init__ self.session = DataAnalysis(api_key=E2B_API_KEY) File "/usr/local/lib/python3.9/dist-packages/e2b/templates/data_analysis.py", line 44, in __init__ super().__init__( File "/usr/local/lib/python3.9/dist-packages/e2b/sandbox/main.py", line 102, in...
Switched from Pinecone to Qdrant database Summary: -The new Qdrant services (in qdrant_service.py) just mirrors the old Pinecone services -Replaced all instances of Pinecone use in text_service_cog with qdrant -Added...
Added Share Button functionality to code and index chat. The logic for the buttons are the same as for text_service_cog (converse chat). Had to find a way to store all...
Bumps [huggingface-hub](https://github.com/huggingface/huggingface_hub) from 0.12.1 to 0.20.2. Release notes Sourced from huggingface-hub's releases. 0.20.2 hot-fix: Fix concurrency issues in google colab login A concurrency issue when using userdata.get to retrieve HF_TOKEN...
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.3.0 to 10.2.0. Release notes Sourced from pillow's releases. 10.2.0 https://pillow.readthedocs.io/en/stable/releasenotes/10.2.0.html Changes Add keep_rgb option when saving JPEG to prevent conversion of RGB colorspace #7553 [@bgilbert] Trim...