rkihacker commited on
Commit
2902ada
·
verified ·
1 Parent(s): b62b7b1

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -23,8 +23,8 @@ if not LLM_API_KEY:
23
 
24
  # API URLs and Models
25
  SNAPZION_API_URL = "https://search.snapzion.com/get-snippets"
26
- LLM_API_URL = "https://api.typegpt.net/v1/chat/completions"
27
- LLM_MODEL = "gpt-4.1-mini"
28
 
29
  # Headers for external services
30
  SNAPZION_HEADERS = { 'Content-Type': 'application/json', 'User-Agent': 'AI-Deep-Research-Agent/1.0' }
 
23
 
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 = "meta-llama/llama-3.1-8b-instruct/fp-8"
28
 
29
  # Headers for external services
30
  SNAPZION_HEADERS = { 'Content-Type': 'application/json', 'User-Agent': 'AI-Deep-Research-Agent/1.0' }