seehi
seehi
这个warning是因为找不到模型对应的token encoding,而使用默认值cl100k_base。 没有结果,应该是跟模型能力有关,可以看下logs或者输出更多日志。
默认值是[ddg](https://github.com/geekan/MetaGPT/blob/main/metagpt/configs/search_config.py#L19),看着像配置没正确解析,可以把config的值打印出来看下
"semantic-kernel==0.4.3.dev0" in the [requirements.txt](https://github.com/geekan/MetaGPT/blob/main/requirements.txt#L44), try python3.9/3.10/3.11
You can try the [main branch](https://docs.deepwisdom.ai/main/en/guide/get_started/installation.html#install-latest-development-version), [it](https://github.com/geekan/MetaGPT/blob/main/metagpt/provider/openai_api.py#L102) might have already fixed the issue.
Try python3.9/3.10/3.11
The PR is large.
deepseek-chat还是deepseek-reasoner