rkihacker commited on
Commit
ce43749
·
verified ·
1 Parent(s): 5b2a6b6

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -26,7 +26,7 @@ else:
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 = "mistralai/mistral-nemo-12b-instruct/fp-8" # Corrected model name from previous attempts
30
  MAX_CONTEXT_CHAR_LENGTH = 120000
31
 
32
  # Headers for external services
 
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