Spaces:
Runtime error
Runtime error
Update backend.py
Browse files- backend.py +1 -1
backend.py
CHANGED
@@ -7,7 +7,7 @@ from langchain.prompts import PromptTemplate
|
|
7 |
from langchain_google_genai import GoogleGenerativeAI
|
8 |
|
9 |
|
10 |
-
api_key = "
|
11 |
|
12 |
|
13 |
class InvoicePipeline:
|
|
|
7 |
from langchain_google_genai import GoogleGenerativeAI
|
8 |
|
9 |
|
10 |
+
api_key = "AIzaSyDoPL9FgD36jBcIZNmxaBgXvsrKDaANy6A"
|
11 |
|
12 |
|
13 |
class InvoicePipeline:
|