forked from innovacion/Mayacontigo
ic
This commit is contained in:
8
apps/ChatEgresos/api/services/__init__.py
Normal file
8
apps/ChatEgresos/api/services/__init__.py
Normal file
@@ -0,0 +1,8 @@
|
||||
from banortegpt.database.mongo_memory.crud import create_conversation
|
||||
|
||||
from .stream_response import stream
|
||||
|
||||
__all__ = [
|
||||
"stream",
|
||||
"create_conversation",
|
||||
]
|
||||
Reference in New Issue
Block a user