Update main.py
Browse files
main.py
CHANGED
|
@@ -9,7 +9,7 @@ import uuid
|
|
| 9 |
from typing import List, Dict, Any, Optional, AsyncGenerator
|
| 10 |
|
| 11 |
# --- Configuration ---
|
| 12 |
-
INFERENCE_API_KEY = os.environ.get("INFERENCE_API_KEY", "
|
| 13 |
INFERENCE_API_URL = "https://api.inference.net/v1/chat/completions"
|
| 14 |
SEARCH_API_URL = "https://rkihacker-brave.hf.space/search"
|
| 15 |
MODEL_NAME = "Binglity-Lite"
|
|
|
|
| 9 |
from typing import List, Dict, Any, Optional, AsyncGenerator
|
| 10 |
|
| 11 |
# --- Configuration ---
|
| 12 |
+
INFERENCE_API_KEY = os.environ.get("INFERENCE_API_KEY", "inference-00050468cc1c4a20bd5ca0997c752329")
|
| 13 |
INFERENCE_API_URL = "https://api.inference.net/v1/chat/completions"
|
| 14 |
SEARCH_API_URL = "https://rkihacker-brave.hf.space/search"
|
| 15 |
MODEL_NAME = "Binglity-Lite"
|