HEHEBOIOG commited on
Commit
cef79fb
·
verified ·
1 Parent(s): f541f43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.3-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
 
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