Configurazioni dell'app #27
@@ -2,7 +2,7 @@ import gradio as gr
|
|||||||
from dotenv import load_dotenv
|
from dotenv import load_dotenv
|
||||||
from agno.utils.log import log_info #type: ignore
|
from agno.utils.log import log_info #type: ignore
|
||||||
from app.configs import AppConfig
|
from app.configs import AppConfig
|
||||||
from app.utils import ChatManager
|
from app.interface import ChatManager
|
||||||
from app.agents import Pipeline
|
from app.agents import Pipeline
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
3
src/app/interface/__init__.py
Normal file
3
src/app/interface/__init__.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
from app.interface.chat import ChatManager
|
||||||
|
|
||||||
|
__all__ = ["ChatManager"]
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
from app.utils.chat_manager import ChatManager
|
|
||||||
|
|
||||||
__all__ = ["ChatManager"]
|
|
||||||
Reference in New Issue
Block a user