Rename BaseAppConfig to be snake_case (#689)
This commit is contained in:
committed by
GitHub
parent
e41573ca74
commit
84e5932ea5
@@ -3,7 +3,7 @@ from string import Template
|
||||
from embedchain.apps.App import App
|
||||
from embedchain.apps.open_source_app import OpenSourceApp
|
||||
from embedchain.config import BaseLlmConfig
|
||||
from embedchain.config.apps.BaseAppConfig import BaseAppConfig
|
||||
from embedchain.config.apps.base_app_config import BaseAppConfig
|
||||
from embedchain.config.llm.base_llm_config import (DEFAULT_PROMPT,
|
||||
DEFAULT_PROMPT_WITH_HISTORY)
|
||||
from embedchain.helper.json_serializable import register_deserializable
|
||||
|
||||
Reference in New Issue
Block a user