ll7098ll commited on
Commit
bedb35b
·
verified ·
1 Parent(s): 310694f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ genai.configure(api_key=os.environ["GEMINI_API_KEY"])
9
  # 모델 설정
10
  generation_config = {
11
  "temperature": 1.5,
12
- "top_p": 0.8,
13
  "top_k": 40,
14
  "max_output_tokens": 15000,
15
  "response_mime_type": "text/plain",
 
9
  # 모델 설정
10
  generation_config = {
11
  "temperature": 1.5,
12
+ "top_p": 0.6,
13
  "top_k": 40,
14
  "max_output_tokens": 15000,
15
  "response_mime_type": "text/plain",