samiee2213 commited on
Commit
43b8cba
·
verified ·
1 Parent(s): c91628e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -26,7 +26,7 @@ load_dotenv()
26
 
27
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
28
 
29
- llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro",temperature=0,api_key=api_key,convert_system_message_to_human=True)
30
 
31
  # Streamlit page configuration
32
  st.set_page_config(
 
26
 
27
  GOOGLE_API_KEY = os.getenv("GOOGLE_API_KEY")
28
 
29
+ llm = ChatGoogleGenerativeAI(model="gemini-1.5-pro",temperature=0,api_key=GOOGLE_API_KEY,convert_system_message_to_human=True)
30
 
31
  # Streamlit page configuration
32
  st.set_page_config(