fix config

This commit is contained in:
2025-06-02 00:31:46 +09:00
parent 98ca92d85d
commit 62f941a958
19 changed files with 130 additions and 2067 deletions

View File

@ -3,7 +3,7 @@ import os
from pathlib import Path
# ディレクトリ設定
BASE_DIR = Path.home() / ".config" / "aigpt"
BASE_DIR = Path.home() / ".config" / "syui" / "ai" / "gpt"
MEMORY_DIR = BASE_DIR / "memory"
SUMMARY_DIR = MEMORY_DIR / "summary"