之前一直在使用第三方接口,AI调用均正常使用,但昨天到现在AI调用模块完全无法使用,一直在报错。
<|endoftext|>
或自定义的内容。在使用第三方接口时,请务必设置此值(或使用1.38.35以上版本),建议使用<|endoftext|>
。”<|endoftext|>AI调用模块仍然无法运行。
谢谢您的回复,我看到有个说明文档,看不太懂,我应该在AI调用模块中的STOP填什么呢?
{
"model": "string",
"messages": [
{
"role": "string",
"content": "string",
"name": "string",
"function_call": {}
}
],
"functions": [
"string"
],
"function_call": "string",
"temperature": 1,
"top_p": 1,
"stream": false,
"stop": [
"string"
],
"max_tokens": 0,
"presence_penalty": 0,
"frequency_penalty": 0,
"logit_bias": {},
"allow_fallback": false
}