clean comments and unused libs

This commit is contained in:
Yannick Stephan
2025-02-18 21:12:06 +01:00
parent 011227e426
commit 55cd900e8e
13 changed files with 3 additions and 408 deletions

View File

@@ -1,8 +1,9 @@
from __future__ import annotations
from typing import Any
GRAPH_FIELD_SEP = "<SEP>"
PROMPTS = {}
PROMPTS: dict[str, Any] = {}
PROMPTS["DEFAULT_LANGUAGE"] = "English"
PROMPTS["DEFAULT_TUPLE_DELIMITER"] = "<|>"