Find answers from the community

Updated 2 months ago

Anyone know how to get the discord token

Anyone know how to get the discord token for using the DiscordReader? I tried doing the thing where you copy from the network dev tools panel, but that doesn't seem to be working πŸ€”
1
j
L
d
14 comments
did you create a discord bot?
I did not, do I need one?
ah, I figured it out. Ended up using another tool from github lol
@jerryjliu0 does it have to be a bot token? Can we use our account's token?
Would you mind sharing the link?
Awesome thanks. We used simple vector indexing and queried with davinci-003 and didnt really get the best results. What indexing are you guys using for discord?
I tried grouping the messages into threads, and then using bertopic to group the threads into topic clusters, and then made an index for each topic cluster, and then put it all into a top level vector index

The results were not bad actually. But I want to try again later this weekend with 0.4.38, since it fixed some vector index bugs
Thanks for sharing. Interesting approach. I havent tried bertopic. Will take a look
that sounds cool
The discord messages I feed into GPT looks like this. Can I ask your suggestion to improve it ?
Attachment
image.png
would removing stuff, and adding certain stuff help ?
That's what mine looked like too (i.e. Name: message)

But the one difference is that I mapped everything to threads (i.e one doc per thread)

If you care about the entire channel and not just threads, then putting everything in one doc in sequential order makes sense

You can also customize the prompt to help the model understand what it's looking at: https://gpt-index.readthedocs.io/en/latest/how_to/custom_prompts.html
These all sounds very helpful , appreciate it a lot.
Add a reply
Sign up and join the conversation on Discord