rkihacker commited on
Commit
0c75fa7
·
verified ·
1 Parent(s): 06ea63c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 = "pixtral-large-latest"
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: