Spaces:
Sleeping
Sleeping
Update src/chatbot.py
Browse files- src/chatbot.py +1 -1
src/chatbot.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import gradio as gr
|
2 |
from langchain.chains import ConversationChain
|
3 |
-
from .memory import EnhancedInMemoryHistory
|
4 |
from .models import route_llm, prompt
|
5 |
|
6 |
# Function to process input and generate a response
|
|
|
1 |
import gradio as gr
|
2 |
from langchain.chains import ConversationChain
|
3 |
+
from .memory import EnhancedInMemoryHistory, get_by_session_id
|
4 |
from .models import route_llm, prompt
|
5 |
|
6 |
# Function to process input and generate a response
|