seehi
seehi
Examples are under development and will be provided later.
According to the [document](https://docs.deepwisdom.ai/main/en/guide/in_depth_guides/incremental_development.html#unresolved-issues), there are still some unresolved issues in incremental development.
FYI: @voidking
Python3.12 may not be supported, prefer py3.10 or py3.9.
FYI: @garylin2099
Does it affect the result? According to the log, the rename action was finally success. Check the [code](https://github.com/geekan/MetaGPT/blob/main/metagpt/utils/git_repository.py#L219) for details.
You can check [these cases](https://www.deepwisdom.ai/usecases), they are all generated by metagpt.
Supported LLMs, you can refer to [documentation](https://docs.deepwisdom.ai/main/en/guide/get_started/configuration/llm_api_configuration.html) and [code](https://github.com/geekan/MetaGPT/blob/main/metagpt/configs/llm_config.py). To support new llm you can look at the corresponding abstract functions in [base_llm](https://github.com/geekan/MetaGPT/blob/main/metagpt/provider/base_llm.py) that need to be implemented.
You can try setting OPENAI_API_VERSION: "2020-11-07" in the key.yaml file.
不一定要macOS 13.x,使用虚拟环境安装的依赖吗,或者试试docker