Liang

Results 2 issues of Liang

I have a question regarding an example on https://github.com/Chainlit/cookbook/blob/main/pyautogen/app.py (or async version: https://github.com/Chainlit/cookbook/blob/main/pyautogen/async_app.py) that combines **autogen** and **chainlit**. I've been trying to modify the code to enable streaming output, but...

I've been considering that anything related to tokens would likely utilize `header_auth_callback(headers: Dict)`. I attempted to create a mock login (which guarantees authentication success regardless of the situation) to capture...