Alexander Wu

Results 320 comments of Alexander Wu
trafficstars

pip uninstall metagpt && pip install -e . 或许可以修复这个问题。但一般而言,这个问题是由于多个库同时存在带来的

https://github.com/geekan/MetaGPT/pull/1065 I added this by the way

@garylin2099 Can you take a look at this question? It doesn't seem to be what it was designed to do

The latest config module has been refactored into config2, which has undergone major changes.

hey guys. This has been fixed in main for a while, plus it should also be possible to build manually (I also modified the readme to make it easier to...

We have removed the dependency on langchain in the main branch. So if anyone encounters a problem, please post it again. Theoretically, the `pwd` problem will no longer occur.

This problem mainly comes from compatibility with pip installation users (they do not have this directory on the disk). But in fact you should also be able to configure config/config2.yaml...

TODO 1. Prompt optimization 2. Review & revise until the output meets expectations

@garylin2099 Can you look at this question together? I suspect it is caused by too fast execution (without proper waiting). There are multiple issues with this problem in gpt-3.5-turbo.

Everything is in the log. Just check it. ``` async def aask( self, msg: Union[str, list[dict[str, str]]], system_msgs: Optional[list[str]] = None, format_msgs: Optional[list[dict[str, str]]] = None, images: Optional[Union[str, list[str]]] =...