Update main.py
Browse files
main.py
CHANGED
|
@@ -24,7 +24,7 @@ if not LLM_API_KEY:
|
|
| 24 |
# API URLs and Models
|
| 25 |
SNAPZION_API_URL = "https://search.snapzion.com/get-snippets"
|
| 26 |
LLM_API_URL = "https://api.inference.net/v1/chat/completions"
|
| 27 |
-
LLM_MODEL = "
|
| 28 |
|
| 29 |
# Headers for external services
|
| 30 |
SNAPZION_HEADERS = { 'Content-Type': 'application/json', 'User-Agent': 'AI-Deep-Research-Agent/1.0' }
|
|
|
|
| 24 |
# API URLs and Models
|
| 25 |
SNAPZION_API_URL = "https://search.snapzion.com/get-snippets"
|
| 26 |
LLM_API_URL = "https://api.inference.net/v1/chat/completions"
|
| 27 |
+
LLM_MODEL = "mistralai/mistral-nemo-12b-instruct/fp-8"
|
| 28 |
|
| 29 |
# Headers for external services
|
| 30 |
SNAPZION_HEADERS = { 'Content-Type': 'application/json', 'User-Agent': 'AI-Deep-Research-Agent/1.0' }
|