Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|