Che237 commited on
Commit
99a309a
·
verified ·
1 Parent(s): 2fecf00

Update Gemini config: gemini-pro with temperature=0.3

Browse files
Files changed (1) hide show
  1. notebooks/notebook_config.json +3 -1
notebooks/notebook_config.json CHANGED
@@ -6,7 +6,9 @@
6
  "hf_datasets_repo": "Che237/cyberforge-datasets",
7
  "hf_space": "Che237/cyberforge",
8
  "gemini_api_key": "AIzaSyA3HdWTLk_zJQ5P9G8Z8a8BEYSTPvLglhs",
9
- "gemini_model": "gemini-2.5-flash",
 
 
10
  "webscraper_api_key": "sk-fd14eaa7bceb478db7afc7256e514d2b",
11
  "webscraper_api_url": "http://webscrapper.live/api/scrape",
12
  "random_state": 42,
 
6
  "hf_datasets_repo": "Che237/cyberforge-datasets",
7
  "hf_space": "Che237/cyberforge",
8
  "gemini_api_key": "AIzaSyA3HdWTLk_zJQ5P9G8Z8a8BEYSTPvLglhs",
9
+ "gemini_model": "gemini-pro",
10
+ "gemini_temperature": 0.3,
11
+ "gemini_max_tokens": 2048,
12
  "webscraper_api_key": "sk-fd14eaa7bceb478db7afc7256e514d2b",
13
  "webscraper_api_url": "http://webscrapper.live/api/scrape",
14
  "random_state": 42,