hectorruiz9 commited on
Commit
039f43f
·
verified ·
1 Parent(s): 7216e3b

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
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 = "AIzaSyC9Is4FW-r1ow16RepuTbkZWTLfKMlAFeg" # REEMPLAZA CON TU 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