reshav1 commited on
Commit
e514a32
·
verified ·
1 Parent(s): 7d9eca4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ import langchain
3
  from langchain.llms import GenerativeModel
4
 
5
  # Replace with your Gemini API key
6
- API_KEY = "AIzaSyBI2C5bFa0JsvCCyabbyANg8LUjcpqUiVM"
7
 
8
  # Configure the model
9
  llm = GenerativeModel("google-llm/text-davinci-003", api_key=API_KEY)
 
3
  from langchain.llms import GenerativeModel
4
 
5
  # Replace with your Gemini API key
6
+ API_KEY = ""
7
 
8
  # Configure the model
9
  llm = GenerativeModel("google-llm/text-davinci-003", api_key=API_KEY)