Schroedinger's Cat
Schroedinger's Cat
The issue might be due to an incorrect response from LLM, as we verify all required fields in the generated JSON text. If any missing fields are found, an exception...
Hi, @twtester2 ! If you want to import a custom Python package in your plugin function, you can choose one of the following solutions: 1. Install your package on your...
Hi, @lidh15 ! Thanks for your point out this problem. We have fixed this issue in #164. After bug fix, I had a try on `Qwen-max-longcontext` and it reported the...
You can try to upgrade the chainlit to the latest version.
Hi, @elohffa! Why did you call OpenAI api via local api base? Maybe there is a misalignment between LLM API and embedding API.
Currently, we do not support customized embedding models beyond the pre-existing models that are listed [here](https://microsoft.github.io/TaskWeaver/docs/customization/plugin/embedding).
Thanks for your reminder. Just fixed this issue in #162 .
Hi, @dxjjhm! Could you provide the model you used and the LLM output failed to be parsed by Planner?