Rick van Hattem

Results 327 comments of Rick van Hattem

I've been trying it a bit and it seems to be replicating the messages depending on the number of connections. If there are 2 database connections it's executing it 2...

My code is currently doing something like this: 1. The browser sends a websocket message to the main consumer (running via `runserver`) 2. The main consumer sends a channels message...

I think I've figured it out... I am running `runworker consumer_a consumer_b`, that causes it. When it's a single worker there is no issue. That's at least a good workaround...

Thank you for the quick fix, that indeed solves it! But now I'm seeing the bug the other way around. When the `runworker` sends a message back to the websocket...

I can create a pull request but I think you're already rewriting everything with the new psycopg3 branch anyhow so I'm not sure if there's a point. If I can...

I believe this has been fixed with the new release :)

As a workaround you can use litellm to create a proxy that behaves like OpenAI. That way LobeChat will think it is talking to OpenAI o1/o3 (mini) and it will...