Skip to content

Home > llm-ops > LLM > recall

LLM.recall() method

重复最后一次的聊天。

Signature:

typescript
recall(): Promise<chatCompletionType>;
recall(): Promise<chatCompletionType>;

Returns:

Promise<chatCompletionType>

返回重复的聊天完成信息。

Released under the MIT License.