Update main.py
Browse files
main.py
CHANGED
@@ -15,7 +15,7 @@ logger = logging.getLogger("proxy")
|
|
15 |
# Configuration
|
16 |
API_URL = "https://api.typegpt.net/v1/chat/completions"
|
17 |
API_KEY = "sk-XzS5hhsa3vpIcRLz3prQirBQXOx2hPydPzSpzdRcE1YddnNm"
|
18 |
-
BACKEND_MODEL = "
|
19 |
|
20 |
# Load system prompt mappings
|
21 |
with open("model_map.json", "r", encoding="utf-8") as f:
|
|
|
15 |
# Configuration
|
16 |
API_URL = "https://api.typegpt.net/v1/chat/completions"
|
17 |
API_KEY = "sk-XzS5hhsa3vpIcRLz3prQirBQXOx2hPydPzSpzdRcE1YddnNm"
|
18 |
+
BACKEND_MODEL = "gpt-4o-mini"
|
19 |
|
20 |
# Load system prompt mappings
|
21 |
with open("model_map.json", "r", encoding="utf-8") as f:
|