codebyam commited on
Commit
a31d888
·
verified ·
1 Parent(s): d34c907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ async def optimize_text(prompt: InputPrompt):
35
 
36
  def gen(prompt):
37
  response = client.models.generate_content(
38
- model="gemini-flash-latest",
39
  contents=prompt,
40
  config=types.GenerateContentConfig(
41
  system_instruction=System_instruction,
 
35
 
36
  def gen(prompt):
37
  response = client.models.generate_content(
38
+ model="gemini-flash-lite-latest",
39
  contents=prompt,
40
  config=types.GenerateContentConfig(
41
  system_instruction=System_instruction,