ll7098ll commited on
Commit
49463e6
·
verified ·
1 Parent(s): 1b9c391

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -12,9 +12,9 @@ genai.configure(api_key=os.environ["GEMINI_API_KEY"])
12
 
13
  # 모델 설정
14
  generation_config = {
15
- "temperature": 0.7,
16
- "top_p": 0.8,
17
- "top_k": 40,
18
  "max_output_tokens": 8192,
19
  "response_mime_type": "text/plain",
20
  }
 
12
 
13
  # 모델 설정
14
  generation_config = {
15
+ "temperature": 1,
16
+ "top_p": 0.9,
17
+ "top_k": 64,
18
  "max_output_tokens": 8192,
19
  "response_mime_type": "text/plain",
20
  }