Spaces:
Runtime error
Runtime error
Commit ·
dc22262
1
Parent(s): 56c2a2b
Update app.py
Browse files
app.py
CHANGED
|
@@ -3,7 +3,7 @@ from langchain.prompts import PromptTemplate
|
|
| 3 |
import gradio as gr
|
| 4 |
import pdfplumber
|
| 5 |
|
| 6 |
-
api_key = '
|
| 7 |
|
| 8 |
llm = GooglePalm(google_api_key=api_key, temperature=0.1)
|
| 9 |
|
|
|
|
| 3 |
import gradio as gr
|
| 4 |
import pdfplumber
|
| 5 |
|
| 6 |
+
api_key = 'AIzaSyDiDVR0LcoIakZvLXbDbA3W861X0ctDt38' # get this free api key from https://makersuite.google.com/
|
| 7 |
|
| 8 |
llm = GooglePalm(google_api_key=api_key, temperature=0.1)
|
| 9 |
|