Update main.py
Browse files
main.py
CHANGED
|
@@ -11,7 +11,7 @@ from google.genai import types
|
|
| 11 |
# CONFIGURACIÓN
|
| 12 |
# ==========================================
|
| 13 |
MEMORY_FILE = "memoria_hectron.json"
|
| 14 |
-
API_KEY = "
|
| 15 |
|
| 16 |
client = genai.Client(api_key=API_KEY)
|
| 17 |
|
|
|
|
| 11 |
# CONFIGURACIÓN
|
| 12 |
# ==========================================
|
| 13 |
MEMORY_FILE = "memoria_hectron.json"
|
| 14 |
+
API_KEY = "" # REEMPLAZA CON TU API KEY
|
| 15 |
|
| 16 |
client = genai.Client(api_key=API_KEY)
|
| 17 |
|