之前使用1.16.4版本的时候,第一次对话的响应完成以后,才会请求一个对话命名,这个对话命名的功能是正常的。 现在使用1.19.1新版,在第一次对话的响应还没有完成,就在请求对话命名了,但是通常如果我提的第一个问题稍微长一点,等待服务器响应的时间稍微久了一点,得到的对话命名总是类似这样的:空谈,空对话,空白对话。 看了你新版发送的寻求命名的https请求是这样的: "Based on the chat history, give this conversation a name.\nKeep it short - 10 words max, no quotes.\nUse 简体中文.\nJust provide the name, nothing else.\n\nHere's the conversation:\n\n`` \n\n\n---------\n\n\n ``\n\nName this conversation in 10 characters or less.\nUse 简体中文.\nOnly give the name, nothing else.\n\nThe name is:" 其中Here's the conversation后面就只有一些换行符号,实际上第一次对话的响应是很长的文字响应,不应该只是一些空格和换行符。 这个问题通常在我粘贴一大段代码,要求ai帮我修改代码的时候出现。 实际上1.16.4版本就没有这样的问题。