2530909

Results 1 issues of 2530909

将文档进行rag后 engine = SimpleEngine.from_docs(input_dir=DOC_PATH, retriever_configs=[FAISSRetrieverConfig()]).persist(persist_dir) answer = await engine.aqvery(‘查询内容’) 在/.metagpt/config2.yaml 配置文件中model使用gpt-4-1106-preview  gpt-4-turbo-preview gpt-3.5-turbo-1106都可以正常aquery,GPT-4o不能正常进行 报错如下: Traceback (most recent call last): File "C:\Users\xxxxxxx\Desktop\MetaGPT\MetaGPT\metagpt\utils\common.py", line 640, in wrapper return await func(self, *args, **kwargs)...