Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,7 @@ class AdvancedRAGChatbot:
|
|
16 |
def __init__(self,
|
17 |
tavily_api_key: str,
|
18 |
embedding_model: str = "BAAI/bge-large-en-v1.5",
|
19 |
-
llm_model: str = "llama-3.
|
20 |
temperature: float = 0.7):
|
21 |
"""Initialize the Advanced RAG Chatbot with Tavily web search integration"""
|
22 |
# Set the Tavily API key as an environment variable
|
|
|
16 |
def __init__(self,
|
17 |
tavily_api_key: str,
|
18 |
embedding_model: str = "BAAI/bge-large-en-v1.5",
|
19 |
+
llm_model: str = "llama-3.2-70b-versatile",
|
20 |
temperature: float = 0.7):
|
21 |
"""Initialize the Advanced RAG Chatbot with Tavily web search integration"""
|
22 |
# Set the Tavily API key as an environment variable
|