ll7098ll commited on
Commit
20ef639
·
verified ·
1 Parent(s): a7b6325

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import google.generativeai as genai
5
  # Gemini API 설정
6
  genai.configure(api_key=os.environ["GEMINI_API_KEY"])
7
 
8
- # 모델 설정 (기존과 동일)
9
  generation_config = {
10
  "temperature": 0.7,
11
  "top_p": 0.95,
 
5
  # Gemini API 설정
6
  genai.configure(api_key=os.environ["GEMINI_API_KEY"])
7
 
8
+ # 모델 설정
9
  generation_config = {
10
  "temperature": 0.7,
11
  "top_p": 0.95,