Türkçe çeviri özelliği eklendi (GLM 4.6 ile çeviri yapılıyor)
This commit is contained in:
11
.env.example
11
.env.example
@@ -1,3 +1,14 @@
|
||||
VITE_API_BASE_URL=http://localhost:4000
|
||||
VITE_SUPABASE_URL=""
|
||||
VITE_SUPABASE_ANON_KEY=""
|
||||
|
||||
# Backend
|
||||
SUPABASE_URL=""
|
||||
SUPABASE_SERVICE_ROLE_KEY=""
|
||||
SUPABASE_USERS_TABLE="users"
|
||||
JWT_SECRET="change-me"
|
||||
|
||||
# GLM / Anthropic çeviri servisi
|
||||
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"
|
||||
|
||||
Reference in New Issue
Block a user