Questions about LLMs in Group Chats
vineeth.io
Questions about LLMs in Group Chats
1–10 of 21 posts
Re: Questions about LLMs in Group Chats
#2Re: Questions about LLMs in Group Chats
#3Re: Questions about LLMs in Group Chats
#4Also, I have no idea what the use case for this would be but making it work sounds cool and kinda fruitful.
Re: Questions about LLMs in Group Chats
#5I'm interested. Could you use a LLM function call to decide whether or not to respond instead of randomness so it feels more intelligent? Also, I have no idea what the use case for this would be but making it work sounds cool and kinda fruitful.
I've implemented this for a toy project before and it worked surprisingly well, yes! It can take some creative prompting to have the model understand which messages are actually directed at it, though, which I guess makes sense since every User message is _supposed_ to be?
Re: Questions about LLMs in Group Chats
#6What does this achieve?
Re: Questions about LLMs in Group Chats
#7I'm interested. Could you use a LLM function call to decide whether or not to respond instead of randomness so it feels more intelligent? Also, I have no idea what the use case for this would be but making it work sounds cool and kinda fruitful.
> Could you use a LLM function call to decide whether or not to respond I've implemented this for a toy project before and it worked surprisingly well, yes! It can take some creative prompting to have the model understand which messages are actually directed at it, though, which I guess makes sense since every User message is _supposed_ to be?
Re: Questions about LLMs in Group Chats
#8Re: Questions about LLMs in Group Chats
#9I'm interested. Could you use a LLM function call to decide whether or not to respond instead of randomness so it feels more intelligent? Also, I have no idea what the use case for this would be but making it work sounds cool and kinda fruitful.
Yes, and once you collect enough samples from the LLM you could train a SLM to do it faster and cheaper.