Skip to content

Commit

Permalink
Nuevamente carga
Browse files Browse the repository at this point in the history
  • Loading branch information
Blaister9 committed Oct 3, 2024
1 parent b7042bd commit 7a21bab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/chatbot_laura/consumers.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async def receive(self, text_data):

# Usar la lógica de ChatbotLauraLogic para procesar el mensaje
chatbot_logic = ChatbotLauraLogic()
resultados = await chatbot_logic.search(mensaje)
resultados = chatbot_logic.search(mensaje)

# Formatear los resultados para hacerlos más legibles
formatted_resultados = [
Expand Down

0 comments on commit 7a21bab

Please sign in to comment.