rairo commited on
Commit
d463eec
·
verified ·
1 Parent(s): 04365b0

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -599,7 +599,7 @@ def financial_statement():
599
  f"Do not name the company if name is not there and return just the report and nothing else."
600
  f"subtotals, totals, key highlights, and a concise summary."
601
  )
602
- chat = client.chats.create(model="gemini-2.5-pro-exp-03-25")
603
  resp = chat.send_message(prompt)
604
  time.sleep(7)
605
  report = resp.text
 
599
  f"Do not name the company if name is not there and return just the report and nothing else."
600
  f"subtotals, totals, key highlights, and a concise summary."
601
  )
602
+ chat = client.chats.create(model="gemini-2.0-flash")
603
  resp = chat.send_message(prompt)
604
  time.sleep(7)
605
  report = resp.text