swipe、右键菜单
This commit is contained in:
@@ -199,7 +199,6 @@ class ChatService:
|
||||
tags = []
|
||||
|
||||
try:
|
||||
from backend.core.config import settings
|
||||
character_file = settings.CHARACTERS_PATH / role_name / "character.json"
|
||||
if character_file.exists():
|
||||
with open(character_file, 'r', encoding='utf-8') as f:
|
||||
|
||||
Reference in New Issue
Block a user