* wait I forgot to comit locally * cp the entire core directory and then rm the .git subdir
4 lines
84 B
Python
4 lines
84 B
Python
from typing import Dict
|
|
|
|
EMBEDDING_HANDLE_OVERRIDES: Dict[str, Dict[str, str]] = {}
|