This commit is contained in:
晴猫
2025-03-12 22:39:18 +09:00
parent 8be087dcad
commit ce12ba655d
4 changed files with 13 additions and 13 deletions

View File

@@ -77,7 +77,7 @@ def calculate_information_content(text):
return entropy
def get_cloest_chat_from_db(length: int, timestamp: str):
def get_closest_chat_from_db(length: int, timestamp: str):
"""从数据库中获取最接近指定时间戳的聊天记录
Args: