Haseeb-001 commited on
Commit
9fd4219
·
verified ·
1 Parent(s): 8b70f49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -3,8 +3,8 @@ import streamlit as st
3
 
4
  # --- LLM Initialization ---
5
  llm = GoogleGenerativeAI(
6
- model="gemini-1.5-flash",
7
- google_api_key=GEMINI_API_KEY
8
  temperature= 0.7,
9
  top_p= 0.85,
10
  max_tokens= 1024,
 
3
 
4
  # --- LLM Initialization ---
5
  llm = GoogleGenerativeAI(
6
+ model= "gemini-1.5-flash",
7
+ google_api_key= GEMINI_API_KEY
8
  temperature= 0.7,
9
  top_p= 0.85,
10
  max_tokens= 1024,