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 = "AIzaSyCPVTznOBcQkWuDAe47kXNP9zftLq8Zqh0"
|
11 |
|
12 |
|
13 |
class InvoicePipeline:
|