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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import streamlit as st
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,
 
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,