Prathamesh1420 commited on
Commit
104eda1
1 Parent(s): a323a2f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ os.environ['OPENAI_API_KEY'] = 'dummy_key'
12
  warnings.filterwarnings('ignore')
13
 
14
  # Set the Google API key (add your own key)
15
- google_api_key = st.secrets["google_api_key"]
16
 
17
  # Initialize the Gemini model
18
  llm = ChatGoogleGenerativeAI(
 
12
  warnings.filterwarnings('ignore')
13
 
14
  # Set the Google API key (add your own key)
15
+ google_api_key = "AIzaSyCeZHse0Jr8PXBQoKFJg7fZkV_t5w6ViBM"
16
 
17
  # Initialize the Gemini model
18
  llm = ChatGoogleGenerativeAI(