zh2024
zh2024
目前zhipuai==2.0.1仍会导致 langchain中 引入报相同的错:AttributeError: module 'zhipuai' has no attribute 'model_api' 只能回退到 zhipuai==1.0.7
> > 更新一下zhipuai==1.0.7 > > 还是一样的问题,AttributeError: module 'zhipuai' has no attribute 'model_api';(zhipuai 1.0.7) 更新后需要重启你的环境(vscode)
> 您好,经过排查,是工程接口问题,和模型无关。 > > 详情如下: > > * 按您的方式创建后,我打印了 langchain 调用的中间环节,发现 langchain 是在使用 function_calling (tool calling) 接口,但是当前 together 和 dashscope 应该都还没有开放 function calling 功能,因此实际没有生效。 > > 解决方案一: > > *...
same here. I think the document hasn't been updated [Interact with model using oai.Completion (requires openai
same here
@tazarov I can't share my raw data. I generate some random strings, get the similar results. I think this is a bug in chromadb. I don't find the same situation...