SamiKoen commited on
Commit
4298bfc
·
1 Parent(s): c7e6369

Ana yanit modeli: gpt-5.5 -> gpt-5.4 (3-4sn, daha hizli + ucuz)

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -80,7 +80,7 @@ def is_rate_limited(phone_number):
80
  # ===============================
81
  MODEL_CONFIG = {
82
  "vision": "gpt-4o", # Gorsel analizi icin (Vision destekli)
83
- "text": "gpt-5.5", # Metin icin (en akilli model)
84
  "fallback": "gpt-4o" # Yedek model (GPT-5.5 hata verirse)
85
  }
86
 
 
80
  # ===============================
81
  MODEL_CONFIG = {
82
  "vision": "gpt-4o", # Gorsel analizi icin (Vision destekli)
83
+ "text": "gpt-5.4", # Metin icin (orta yol: 5.5'ten hizli, mini'den kaliteli)
84
  "fallback": "gpt-4o" # Yedek model (GPT-5.5 hata verirse)
85
  }
86