Update main.py
Browse files
main.py
CHANGED
|
@@ -23,7 +23,7 @@ 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://
|
| 27 |
LLM_MODEL = "meta-llama/llama-3.1-8b-instruct/fp-8"
|
| 28 |
|
| 29 |
# Headers for external services
|
|
|
|
| 23 |
|
| 24 |
# API URLs and Models
|
| 25 |
SNAPZION_API_URL = "https://search.snapzion.com/get-snippets"
|
| 26 |
+
LLM_API_URL = "https://wow.typegpt.net/v1/chat/completions"
|
| 27 |
LLM_MODEL = "meta-llama/llama-3.1-8b-instruct/fp-8"
|
| 28 |
|
| 29 |
# Headers for external services
|