rkihacker commited on
Commit
4c88f38
·
verified ·
1 Parent(s): ce43749

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
main.py CHANGED
@@ -25,8 +25,8 @@ else:
25
 
26
  # API URLs, Models, and context size limit
27
  SNAPZION_API_URL = "https://search.snapzion.com/get-snippets"
28
- LLM_API_URL = "https://api.inference.net/v1/chat/completions"
29
- LLM_MODEL = "google/gemma-3-27b-instruct/bf-16" # Corrected model name from previous attempts
30
  MAX_CONTEXT_CHAR_LENGTH = 120000
31
 
32
  # Headers for external services
 
25
 
26
  # API URLs, Models, and context size limit
27
  SNAPZION_API_URL = "https://search.snapzion.com/get-snippets"
28
+ LLM_API_URL = "https://api.typegpt.net/v1/chat/completions"
29
+ LLM_MODEL = "gpt-4.1-mini" # Corrected model name from previous attempts
30
  MAX_CONTEXT_CHAR_LENGTH = 120000
31
 
32
  # Headers for external services