Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,6 +45,7 @@ genai.configure(api_key=GOOGLE_API_KEY)
|
|
| 45 |
model = genai.GenerativeModel('gemini-3.1-pro-preview')
|
| 46 |
line_bot_api = LineBotApi(LINE_CHANNEL_ACCESS_TOKEN)
|
| 47 |
handler = WebhookHandler(LINE_CHANNEL_SECRET)
|
|
|
|
| 48 |
|
| 49 |
# ==========================================
|
| 50 |
# 🛡️ 戰情室門禁系統
|
|
|
|
| 45 |
model = genai.GenerativeModel('gemini-3.1-pro-preview')
|
| 46 |
line_bot_api = LineBotApi(LINE_CHANNEL_ACCESS_TOKEN)
|
| 47 |
handler = WebhookHandler(LINE_CHANNEL_SECRET)
|
| 48 |
+
DB_FILE = "user_memory.db"
|
| 49 |
|
| 50 |
# ==========================================
|
| 51 |
# 🛡️ 戰情室門禁系統
|