iamak132003 commited on
Commit
56eb2bc
·
verified ·
1 Parent(s): 5042469

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -223,7 +223,7 @@ def initialize_llm():
223
 
224
  llm = ChatGoogleGenerativeAI(
225
  model="gemini-2.0-flash",
226
- google_api_key=GEMINI_API_KEY
227
  )
228
  return llm
229
  except Exception as e:
 
223
 
224
  llm = ChatGoogleGenerativeAI(
225
  model="gemini-2.0-flash",
226
+ api_key=GEMINI_API_KEY
227
  )
228
  return llm
229
  except Exception as e: