Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,6 @@ from tools import search_tool, weather_info_tool, hub_stats_tool
|
|
12 |
from retriever import guest_info_tool
|
13 |
import gradio as gr
|
14 |
|
15 |
-
from langchain_groq import ChatGroq
|
16 |
-
|
17 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
18 |
|
19 |
|
|
|
12 |
from retriever import guest_info_tool
|
13 |
import gradio as gr
|
14 |
|
|
|
|
|
15 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
16 |
|
17 |
|