Spaces:
Sleeping
Sleeping
Update chatbot.py
Browse files- 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.
|
| 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 = "./"
|