Docfile commited on
Commit
82e3417
·
verified ·
1 Parent(s): 32179cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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