everydaytok commited on
Commit
9723d43
Β·
verified Β·
1 Parent(s): 9b549b2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ from google.genai import types
35
  # ══════════════════════════════════════════════════════════════════
36
  # AI CONFIGURATION (Set your key here!)
37
  # ══════════════════════════════════════════════════════════════════
38
- DEFAULT_GEMINI_API_KEY = os.environ.get("GEMINI_API_KEY", "")
39
- GEMINI_MODEL = "gemini-3.1-pro-preview"
40
 
41
  warnings.filterwarnings("ignore")
42
  USE_GPU = torch.cuda.is_available()
 
35
  # ══════════════════════════════════════════════════════════════════
36
  # AI CONFIGURATION (Set your key here!)
37
  # ══════════════════════════════════════════════════════════════════
38
+ DEFAULT_GEMINI_API_KEY = os.environ.get("AI_Key", "")
39
+ GEMINI_MODEL = "gemini-3-flash-preview" #"gemma-4-26b-a4b-it"
40
 
41
  warnings.filterwarnings("ignore")
42
  USE_GPU = torch.cuda.is_available()