Liqun Li

Results 111 comments of Liqun Li
trafficstars

We haven't tested Taskweaver on Python 3.12. So, I suggest you first try it for your scenarios on 3.9-3.11 before upgrading to 3.12.

What would be the changes to upgrade to 3.12? is that possible to submit a PR?

This is intentional to shorten the output of the code, which is submitted to the LLM in the prompt. A too long display of the output my overwhelm the context...

I believe it is already in the prompt asking the model not to re-import the lib every time. However, this is not a reliable way of achieving this.

> => [ 5/11] RUN pip install --no-cache-dir --no-warn-script-location --user yfinance I see this log from your previous reply. Did you miss adding `easyocr`?

So you are saying that, after commenting out the lines in environment.py, the code still downloads the old image instead of loading your newly built one? This sounds weird and...

You may consider adding it to the planner's prompt.

You can find it [here](https://github.com/microsoft/TaskWeaver/blob/main/taskweaver/planner/planner_prompt.yaml)

I don't quite understand your requirement. So, you mean that you only want to process a specific data file instead of loading a dynamic data file? If this is what...