4 lines
84 B
Python
4 lines
84 B
Python
from typing import Dict
|
|
|
|
EMBEDDING_HANDLE_OVERRIDES: Dict[str, Dict[str, str]] = {}
|