Liqun Li

Results 111 comments of Liqun Li
trafficstars

@ksachdeva Hi, I think this is not due to any special use cases. It is more from how we store the interactions between the roles. We first have the `session`s....

> same problem So, the problem should be caused by request format issue as we have not support for vision models. We are planning for it right now.

Could you try set "llm.api_type":"openai" and "llm.response_format": null? do not wrap `null` with anything like `"`.

It looks like the output of the LLM is "{" as displayed in the logs. If this is a persistant issue, the issue may lies in parsing the output of...

> do I need to write `zhipuai` to requirements.txt to pass pytest? No, the framework should not depend on any LLM library. Please see my previous comment.

> I did not modify the `requirements.txt` dependencies in this PR. However, if you use glm api, you need to install the dependencies of this model, so I counterfeit the...

It seems chainlit has a version upgrade and the configurations have changed and it is incompatible with the previous. The fix would be change the line ``` multi_modal = true...

@gdssingh7 Hi, could you clarify a bit on the 'workspace' in your question? is it the session data stored on disk under the project/workspace/ folder or you mean the memory...

> @gdssingh7 > > The files are located in directories inside project/workspace/sessions. > > When TaskWeaver is not running, I was able to delete them with the following script: >...