From d6b9889135229e0fb620a916ec85082a5f52e5a7 Mon Sep 17 00:00:00 2001 From: syui Date: Mon, 26 May 2025 14:43:11 +0900 Subject: [PATCH] fix --- claude.md | 3 - mcp/chatgpt_converter.html | 549 ------------------------------------- mcp/requirements.txt | 3 + 3 files changed, 3 insertions(+), 552 deletions(-) delete mode 100644 mcp/chatgpt_converter.html diff --git a/claude.md b/claude.md index 5e0be4b..6c98a90 100644 --- a/claude.md +++ b/claude.md @@ -227,9 +227,6 @@ Example memory: • 中期記憶(MTM):繰り返し登場する話題、圧縮された文脈保持 • 長期記憶(LTM):信頼・関係・背景知識、恒久的な人格情報 - - - ### 2.3 選択的記憶保持戦略(Selective Retention Strategy) • 重要度評価(Importance Score) • 希少性・再利用頻度による重み付け diff --git a/mcp/chatgpt_converter.html b/mcp/chatgpt_converter.html deleted file mode 100644 index ae98532..0000000 --- a/mcp/chatgpt_converter.html +++ /dev/null @@ -1,549 +0,0 @@ - - - - - - 改良版 ChatGPT会話コンバーター - - - -
-
-

🔧 改良版 ChatGPT会話コンバーター

-

画像・検索・特殊メッセージに対応した堅牢な変換ツール

-
- -
- 📁 -

ChatGPT会話ファイルをドロップまたはクリックして選択

-

conversations.json ファイルをアップロード

- -
- - - - - -
- - - -
- -
-
- - - - diff --git a/mcp/requirements.txt b/mcp/requirements.txt index 27486dd..711ce9f 100644 --- a/mcp/requirements.txt +++ b/mcp/requirements.txt @@ -1,5 +1,8 @@ +# rerequirements.txt fastapi>=0.104.0 uvicorn[standard]>=0.24.0 pydantic>=2.5.0 requests>=2.31.0 python-multipart>=0.0.6 +aiohttp +asyncio