archana2324 commited on
Commit
12fa2b2
·
verified ·
1 Parent(s): d5e5603

Update backend.py

Browse files
Files changed (1) hide show
  1. 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 = "AIzaSyCYGj5e2eAQbUi9HtuMaW0LDSnDuxLG54U"
11
 
12
 
13
  class InvoicePipeline:
 
7
  from langchain_google_genai import GoogleGenerativeAI
8
 
9
 
10
+ api_key = "AIzaSyDoPL9FgD36jBcIZNmxaBgXvsrKDaANy6A"
11
 
12
 
13
  class InvoicePipeline: