[Misc] Minor fixes and refactor utils code (#1117)

This commit is contained in:
Deshraj Yadav
2024-01-05 14:01:56 +05:30
committed by GitHub
parent 94ba82f2a2
commit 5c1f78879f
29 changed files with 29 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
import yaml
from embedchain.utils import validate_config
from embedchain.utils.misc import validate_config
CONFIG_YAMLS = [
"configs/anthropic.yaml",