瀏覽代碼

Update claude_ai_bot.py

master
resphina GitHub 1 年之前
父節點
當前提交
e23e01c95e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: 4AEE18F83AFDEB23
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      bot/claude/claude_ai_bot.py

+ 1
- 0
bot/claude/claude_ai_bot.py 查看文件

@@ -35,6 +35,7 @@ class ClaudeAIBot(Bot, OpenAIImage):
random_uuid_str = str(random_uuid)
formatted_uuid = f"{random_uuid_str[0:8]}-{random_uuid_str[9:13]}-{random_uuid_str[14:18]}-{random_uuid_str[19:23]}-{random_uuid_str[24:]}"
return formatted_uuid
def reply(self, query, context: Context = None) -> Reply:
if context.type == ContextType.TEXT:
return self._chat(query, context)


Loading…
取消
儲存