rairo commited on
Commit
26930f5
·
verified ·
1 Parent(s): 70c677d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ Types for vocab: noun, verb, adjective, pronoun, adverb, expression
248
  Grammar rule IDs should be snake_case."""
249
 
250
  response = client.models.generate_content(
251
- model="gemini-2.0-flash",
252
  contents=[
253
  parse_prompt,
254
  types.Part.from_bytes(data=file_bytes, mime_type=mime)
 
248
  Grammar rule IDs should be snake_case."""
249
 
250
  response = client.models.generate_content(
251
+ model="gemini-2.5-flash",
252
  contents=[
253
  parse_prompt,
254
  types.Part.from_bytes(data=file_bytes, mime_type=mime)