NotTrueFalse

Results 4 comments of NotTrueFalse

I know that recent_mentions exists, I use it to get recent message, but I can't use it to ack them, or else I would have a lot of rate limit...

``` python async def recent_ack_bulk( self, limit: int = 25, before: Optional[Snowflake] = None, guild_id: Optional[Snowflake] = None, roles: bool = True, everyone: bool = True, ) -> List[MessageableChannel]: #create...

hmm okay, I don't know what do you mean by ergonomic, but I think you have the right idea. I'm sorry if I wasn't able to help a lot, my...

I added the edit you coded in this pull request, into my main.py, and it fixed a lot of errors I was getting: `2025-05-11 20:18:15.566 | INFO | open_webui.routers.ollama:get_all_models:305 -...