好好学习的郝

Results 116 comments of 好好学习的郝

You can set `REPAIR_LLM_OUTPUT: true` in key.yaml to fix the problem.

Good advice. We will take this into consideration. Maybe you can also contribute a PR? 😁

报错404,Resource not found 请检查确认下 azure 配置,尤其是 OPENAI_API_VERSION 和 DEPLOYMENT_NAME 是否存在。

1. 如果OPENAI_BASE_URL是中转地址,那么运行metagpt的机器和 OPENAI_BASE_URL 是连通的,不需要 OPENAI_PROXY。 2. 如果 OPENAI_BASE_URL 是OPENAI 原地址,国内无法访问,才需要 OPENAI_PROXY,OPENAI_PROXY要能够连接到OPENAI 原地址。 3. 同时配置 OPENAI_BASE_URL是中转地址和OPENAI_PROXY,相当于从 OPENAI_PROXY 访问 OPENAI_BASE_URL中转地址,可能是不通的,也可能是通的,取决于OPENAI_PROXY的网络情况。

是的,OPENAI_PROXY 的逻辑和环境变量中设置代理类似。 key.yaml中你是怎样配置 OPENAI_PROXY 的?贴一下配置内容吧。

The [Terminal_Log.txt](https://github.com/geekan/MetaGPT/files/13834329/Terminal_Log.txt) is empty. Maybe you can add it again.

可以试一下最新版本,修复了很多问题。

There is currently no support for continuing where you left off. This is a work in roadmap.

There is problem with `metagpt/metagpt:v0.1` image. Because the browser does not exist in the mirror. I will fix this problem as soon as possible.