Converted OpenSourceApp.py file name to Open_Source_App.py (#675)

This commit is contained in:
Subhajit Ghosh
2023-09-26 11:47:53 +05:30
committed by GitHub
parent bc89b6ea74
commit 8d3b66f7e3
3 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
from string import Template
from embedchain.apps.App import App
from embedchain.apps.OpenSourceApp import OpenSourceApp
from embedchain.apps.open_source_app import OpenSourceApp
from embedchain.config import BaseLlmConfig
from embedchain.config.apps.BaseAppConfig import BaseAppConfig
from embedchain.config.llm.base_llm_config import (DEFAULT_PROMPT,