Jaheen07 commited on
Commit
f1c800b
·
verified ·
1 Parent(s): 3a9dafb

Update chatbot.py

Browse files
Files changed (1) hide show
  1. chatbot.py +1 -1
chatbot.py CHANGED
@@ -28,7 +28,7 @@ class RAGChatbot:
28
  # ✅ NEW: API configuration
29
  self.api_url = "https://router.huggingface.co/v1/chat/completions"
30
  self.headers = {"Authorization": f"Bearer {hf_token}"}
31
- self.model_name = "meta-llama/Llama-3.1-8B-Instruct"
32
 
33
  self.chat_history = []
34
  self.output_dir = "./"
 
28
  # ✅ NEW: API configuration
29
  self.api_url = "https://router.huggingface.co/v1/chat/completions"
30
  self.headers = {"Authorization": f"Bearer {hf_token}"}
31
+ self.model_name = "meta-llama/Llama-3.3-70B-Instruct:sambanova"
32
 
33
  self.chat_history = []
34
  self.output_dir = "./"