candenizkocak commited on
Commit
57793e6
·
verified ·
1 Parent(s): 13b6122

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ functions = {
14
  }
15
 
16
  model = genai.GenerativeModel(
17
- model_name="gemini-1.5-flash",
18
  tools=functions.values(),
19
  system_instruction="You are an expert in financial analysis. Given a set of financial statements of a company, I ask you to analyze the company. If analyze_stock function is called determine the period from one of the items in the list depending on the request ['1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', '5y', '10y', 'ytd', 'max']."
20
  )
 
14
  }
15
 
16
  model = genai.GenerativeModel(
17
+ model_name="gemini-1.5-pro",
18
  tools=functions.values(),
19
  system_instruction="You are an expert in financial analysis. Given a set of financial statements of a company, I ask you to analyze the company. If analyze_stock function is called determine the period from one of the items in the list depending on the request ['1d', '5d', '1mo', '3mo', '6mo', '1y', '2y', '5y', '10y', 'ytd', 'max']."
20
  )