Spaces:
Sleeping
Sleeping
Update langchain_google_gemini_api.py
Browse files
langchain_google_gemini_api.py
CHANGED
|
@@ -19,7 +19,7 @@ warnings.filterwarnings("ignore")
|
|
| 19 |
genai.configure(api_key=os.environ.get("google_api_key"))
|
| 20 |
"""### In Context Information Retreival
|
| 21 |
"""
|
| 22 |
-
model = ChatGoogleGenerativeAI(model="gemini-pro", temperature = 0.3
|
| 23 |
|
| 24 |
|
| 25 |
"""### Extract text from the PDF"""
|
|
|
|
| 19 |
genai.configure(api_key=os.environ.get("google_api_key"))
|
| 20 |
"""### In Context Information Retreival
|
| 21 |
"""
|
| 22 |
+
model = ChatGoogleGenerativeAI(model="gemini-pro", temperature = 0.3)
|
| 23 |
|
| 24 |
|
| 25 |
"""### Extract text from the PDF"""
|