ll7098ll commited on
Commit
3594800
·
verified ·
1 Parent(s): 3051772

Update app.py

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