parasmech commited on
Commit
705e530
·
verified ·
1 Parent(s): 3fe28db

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