ERROR: Exception in ASGI application Traceback (most recent call last): File "D:\Langchain-Chatchat\miniconda3\lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 396, in run_asgi result = await app( # type: ignore[func-returns-value] File "D:\Langchain-Chatchat\miniconda3\lib...
Issue you'd like to raise. ERROR: Exception in ASGI application Traceback (most recent call last): File "D:\Users\DHANKA01\vox-usecase-wrdm-nco-dev\src\backend\api.py", line 49, in nco_generate result=final_run(Paths.prompt_lib,Paths.sdp...
1.python ./openai_api.py启动openapi后,用下面的测试代码报错:chunk.json(exclude_unset=True, ensure_ascii=False) ERROR: Exception in ASGI application。解决办法是: 将所有的 chunk.json(exclude_unset=True, ensure_ascii=False) 改成 chunk.model_dump_json(exclude_unset=True) openai_api.py:156: Pyda...
langchain 在OpenAI的document_loaders/audio中,出现了AttributeError: 'str'对象没有'text'属性,我为...
在改了使用的模型:glm4-chat使用的 Embedding 模型:bge-large-zh-v1.5硬件:rtx3090 24g显存,2t...
langchain 在OpenAI的document_loaders/audio中,出现了AttributeError: 'str'对象没有'text'属性,我为...
在改了使用的模型:glm4-chat使用的 Embedding 模型:bge-large-zh-v1.5硬件:rtx3090 24g显存,2t...
2024-06-2709:46:58,338httpx12940INFOHTTPRequest:POSThttp://127.0.0.1:7861/chat/chat/completions"HTTP/1.1 500 Internal Server Error"ERROR:ExceptioninASGIapplicationTraceback(mostrecentcalllast):File"/home/liaolinchun/anaconda3/envs/lang_chatglm_env4/lib/python3.10/site-packages/uvicorn/protocols/...
ERROR: Exception in ASGI application Traceback (most recent call last): File "/home/talha/venv/lib/python3.10/site-packages/uvicorn/protocols/http/httptools_impl.py", line 435, in run_asgi result = await app( # type: ignore[func-returns-value] ...
langchain BaseChatModel.agenerate_prompt()没有正确地将kwargs传递给BaseChatModel.agenerate(),这也...