garylin2099

Results 35 comments of garylin2099

> add ask_review by llm, and adjust the generated code to fit the jupyter notebook. > > **Features** > > * add 3 review_type : ["human", "llm", "confirm_all"]; > *...

Previous version of `code` variable is a dict, but it is changed to a string and properly handled. Try pulling the latest codes and this issue should be fixed.

A good point. Also @better629 please review gemini part of code.

pre-commit checks failed, suggesting format issues. Please check https://docs.deepwisdom.ai/main/en/guide/contribute/contribute_guide.html#before-submission to format the code.

Hi, a very good question. In fact, you can register any tool any where in your local file. Say you have a function or class in `a.py` which you want...

@iorisa can you possibly check this?

Hi, can you try the main branch or ```pip install git+https://github.com/geekan/MetaGPT``` first? We will fix the v0.8 version soon.

Seems like an issue with Anthropic package, can @better629 check about it?

Hey guys, thanks for reporting the issue. For the latest main branch, it should be fixed in #1253 . For pypi package metagpt==0.8.1, try using openai==1.6.1 as indicated in the...