AIdeaText commited on
Commit
442abc5
1 Parent(s): b88776c

Update modules/__init__.py

Browse files
Files changed (1) hide show
  1. modules/__init__.py +0 -2
modules/__init__.py CHANGED
@@ -38,7 +38,6 @@ from .spacy_utils import load_spacy_models
38
  from .chatbot import ( # Nuevo módulo
39
  initialize_chatbot,
40
  get_chatbot_response,
41
- Llama2Chatbot
42
  )
43
 
44
  __all__ = [
@@ -71,6 +70,5 @@ __all__ = [
71
  'load_spacy_models',
72
  'initialize_chatbot', # Nueva función
73
  'get_chatbot_response', # Nueva función
74
- 'Llama2Chatbot' # Nueva clase
75
  ]
76
 
 
38
  from .chatbot import ( # Nuevo módulo
39
  initialize_chatbot,
40
  get_chatbot_response,
 
41
  )
42
 
43
  __all__ = [
 
70
  'load_spacy_models',
71
  'initialize_chatbot', # Nueva función
72
  'get_chatbot_response', # Nueva función
 
73
  ]
74