admin page oluşturuldu.

This commit is contained in:
2025-11-21 01:21:37 +03:00
parent 26acaccacd
commit cf42825705
13 changed files with 915 additions and 60 deletions

View File

@@ -15,3 +15,12 @@ CLIENT_ORIGIN="http://localhost:5173"
ZAI_GLM_API_KEY="YOUR_ZAI_GLM_API_KEY"
ZAI_GLM_MODEL="glm-4.6"
ZAI_GLM_API_URL="https://api.z.ai/api/anthropic"
# Diğer çeviri modelleri (opsiyonel)
OPENAI_API_KEY=""
OPENAI_MODEL="gpt-4o-mini"
DEEPSEEK_API_KEY=""
DEEPSEEK_MODEL="deepseek-chat"
# Varsayılan aktif çeviri modeli (glm | openai | deepseek)
TRANSLATION_ACTIVE_MODEL="glm"