Update main.py
Browse files
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.
|
| 29 |
-
LLM_MODEL = "
|
| 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
|