gnumanth commited on
Commit
dbed0a3
·
verified ·
1 Parent(s): 155926c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ md = MarkItDown()
10
 
11
  # Configure Gemini AI
12
  genai.configure(api_key=os.getenv('GEMINI_KEY'))
13
- model = genai.GenerativeModel('gemini-2.0-flash-exp')
14
 
15
  def process_with_markitdown(input_path):
16
  """Process file or URL with MarkItDown and return text content"""
 
10
 
11
  # Configure Gemini AI
12
  genai.configure(api_key=os.getenv('GEMINI_KEY'))
13
+ model = genai.GenerativeModel('gemini-2.0-flash-lite-preview-02-05')
14
 
15
  def process_with_markitdown(input_path):
16
  """Process file or URL with MarkItDown and return text content"""