Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -5,7 +5,7 @@ import google.generativeai as genai
|
|
5 |
from langchain_community.vectorstores import FAISS
|
6 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
7 |
|
8 |
-
genai.configure(api_key="")
|
9 |
|
10 |
|
11 |
def predict(message :str ) -> str:
|
|
|
5 |
from langchain_community.vectorstores import FAISS
|
6 |
from langchain_google_genai import ChatGoogleGenerativeAI
|
7 |
|
8 |
+
genai.configure(api_key="AIzaSyD2o8vjePJb6z8vT_PVe82lVWMD3_cBL0g")
|
9 |
|
10 |
|
11 |
def predict(message :str ) -> str:
|