Alexander Wu
Alexander Wu
I still want to ask a question: now that the tree command exists and it provides a large number of options, why should we reimplement it? What are the benefits?
@xjspace Can you confirm that this issue has been resolved?
@krish240574 @garylin2099 I solidified this example into example and the test passed
After re-reading the issue, I understand. Our data interpreter has not been officially released to pypi. Currently, these work are in the main branch. You need to install the main...
Long Installation Time and Continuous Version Attempt with "pip install metagpt" under Python 3.10.0
Generally this is how I solve the problem, but it's not perfect Try this: `git clone https://github.com/geekan/MetaGPT && cd MetaGPT && pip install --upgrade -e .` And figure out what...
Try `examples/debate_simple.py`? remove line 17 and line 19 to use your config in the file.
I thought maybe we could evaluate whether each LLM has the ability to run the data interpreter and metagpt. But so far, I still recommend using gpt-4-turbo-preview for the main...
https://github.com/geekan/MetaGPT/pull/1112 Maybe you could take a look at this?
1. Each provider has specific flow control by there own policy 2. Now our logic has removed the RPM control logic, only the default retry 3. Is it still not...
Can you take a look at the document https://docs.deepwisdom.ai/main/en/guide/in_depth_guides/breakpoint_recovery.html? If you still have any questions, feel free to ask. I understand that this document does have some optimization points @better629