Update app.py
Browse files
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 = "
|
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)
|