tiendung commited on
Commit
4f43573
·
1 Parent(s): a305322
Files changed (1) hide show
  1. llm.py +1 -1
llm.py CHANGED
@@ -17,7 +17,7 @@ import google.generativeai as genai # pip install -U -q google-generativeai
17
  llm_log_filename = f"{location__}/.cache/llm.log"
18
 
19
 
20
- genai.configure(api_key=os.getenv("GEMINI_FLASH_API_KEY"))
21
 
22
  GEMINI_CLIENT = genai.GenerativeModel(GEMINI_MODEL, \
23
  generation_config=genai.GenerationConfig(
 
17
  llm_log_filename = f"{location__}/.cache/llm.log"
18
 
19
 
20
+ genai.configure(api_key="AIzaSyAUeHVWLkYioIGk6PMbCTqk73PowHCIyPM")#=os.getenv("GEMINI_FLASH_API_KEY"))
21
 
22
  GEMINI_CLIENT = genai.GenerativeModel(GEMINI_MODEL, \
23
  generation_config=genai.GenerationConfig(