and executed a simple postman call (previously tried LangChain to interact with the model but got the sam error): curl --location 'http://127.0.0.1:5002/completions' \ --header 'Content-Type: application/json' \ --data '{ "prompt": "Hello World", "max_tokens": 1024, "temperature":...
langchain BaseChatModel.agenerate_prompt()没有正确地将kwargs传递给BaseChatModel.agenerate(),这也...
prompt()没有正确地将kwargs传递给BaseChatModel.agenerate(),这也与这个问题有关(langchain-ai/lang...