Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ functions = {
|
|
14 |
}
|
15 |
|
16 |
model = genai.GenerativeModel(
|
17 |
-
model_name="gemini-1.5-
|
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 |
)
|