matsuobasho

Results 28 comments of matsuobasho

I second this. I'm specifically looking for the feature for classes so that the docstring includes attributes as defined in __init__. What is the status of this?

No, it doesn't, it runs fine. But what's really strange is that the error just went away after I reran the data prep script for conversion from csv to a...

In addition to the `racking_model` incompleteness mentioned above, the docstring [states ](https://github.com/pvlib/pvlib-python/blob/main/pvlib/pvsystem.py#L172) that default is 'open_rack', but the [code ](https://github.com/pvlib/pvlib-python/blob/main/pvlib/pvsystem.py#L204) has the default as `None`. Which is one the intended...

Yes, this has been resolved in this issue (https://github.com/joaomdmoura/crewAI/issues/65) and is part of release 0.1.32. Thanks

Is the @thisismygitrepo post above the way to properly get the config list? Seems very convoluted. I'm encountering the same issue running pyautogen 0.2.7. Here is my code: ```python import...

@tidymonkey81 thanks for this detailed prompt. However, it doesn't seem to make a difference - tried it with Llama 13B and Mistral 7B and get the same results.

@tidymonkey81 I'm not seeing the model you reference in LM Studio: ![image](https://github.com/microsoft/autogen/assets/13874772/3daa3378-e53d-4d96-9e68-a81e4308ee57) ![image](https://github.com/microsoft/autogen/assets/13874772/6ff85c67-b244-4b43-99f6-e71d2f113c78) Also, what results do you get with that QA task about autogen on that model?

From the Autogen paper, it seems the example I provided should be done with ease. So the fact that it's unable to perform using Llama2 is underwhelming. Look forward to...

Any recommendations on this? For all the attention it's getting, I've given up with Autogen experimentation for the time being because these results don't instill too much confidence in it.

This is the second example from what I shared originally. It appears to just reproduce the document without any additional output. ``` doc_ids: [['doc_1', 'doc_0']] Adding doc_id doc_1 to context....