Update app.py
Browse files
app.py
CHANGED
@@ -24,7 +24,7 @@ def load_data():
|
|
24 |
reader = SimpleDirectoryReader(input_dir="./data", recursive=True)
|
25 |
docs = reader.load_data()
|
26 |
Settings.llm = Gemini(
|
27 |
-
model="gemini-2.0-flash-exp",
|
28 |
temperature=1,
|
29 |
system_prompt="""You are an expert on
|
30 |
the Streamlit Python library and your
|
|
|
24 |
reader = SimpleDirectoryReader(input_dir="./data", recursive=True)
|
25 |
docs = reader.load_data()
|
26 |
Settings.llm = Gemini(
|
27 |
+
model="models/gemini-2.0-flash-exp",
|
28 |
temperature=1,
|
29 |
system_prompt="""You are an expert on
|
30 |
the Streamlit Python library and your
|