Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -6,8 +6,8 @@ from oauth2client.service_account import ServiceAccountCredentials
|
|
6 |
# API Keys
|
7 |
DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions" # Убедитесь, что URL актуален
|
8 |
DEEPSEEK_API_KEY = "sk-c8fdcfbac1984ab6b2fefd0215874f11" # Замените на ваш API-ключ DeepSeek
|
9 |
-
GEO_API = "https://ipinfo.io
|
10 |
-
AFFILIATE_LINK = "https://
|
11 |
|
12 |
# Подключение Google Sheets
|
13 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|
|
|
6 |
# API Keys
|
7 |
DEEPSEEK_API_URL = "https://api.deepseek.com/v1/chat/completions" # Убедитесь, что URL актуален
|
8 |
DEEPSEEK_API_KEY = "sk-c8fdcfbac1984ab6b2fefd0215874f11" # Замените на ваш API-ключ DeepSeek
|
9 |
+
GEO_API = "https://ipinfo.io?token=bb7f2bd1388934"
|
10 |
+
AFFILIATE_LINK = "https://1whhzm.top?p=41xd"
|
11 |
|
12 |
# Подключение Google Sheets
|
13 |
scope = ["https://spreadsheets.google.com/feeds", "https://www.googleapis.com/auth/drive"]
|