skyagi
skyagi copied to clipboard
LiveError: Only one live display may be active at once
I get this error , rich.live.Live object.
Hi @cat-stack-boop, yes, this is indeed an error. It's mainly because our code is not robust or async safe enough so that that his error could occur when the connection to OpenAI become lousy (also have something to do with LangChain's multi-retry mechanism). I am working on this, thanks for the feedback! @cat-stack-boop
Great thanks for the quick response.
Just made a quick patch release https://github.com/litanlitudan/skyagi/pull/57 @cat-stack-boop Will file an appropriate fix during the weekend.
Hi @cat-stack-boop the proper fix is through this PR #64 .
@qizheng7 Thanks!