Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,8 +12,8 @@ from langchain.text_splitter import CharacterTextSplitter
|
|
| 12 |
from langchain.docstore.document import Document
|
| 13 |
|
| 14 |
# Set up API keys
|
| 15 |
-
|
| 16 |
-
|
| 17 |
|
| 18 |
base_id = os.getenv["base_id"]
|
| 19 |
table_id = os.getenv["table_id"]
|
|
|
|
| 12 |
from langchain.docstore.document import Document
|
| 13 |
|
| 14 |
# Set up API keys
|
| 15 |
+
AIRTABLE_API_KEY = os.getenv["AIRTABLE_API_KEY"]
|
| 16 |
+
OPENAI_API_KEY = os.getenv["OPENAI_API_KEY"]
|
| 17 |
|
| 18 |
base_id = os.getenv["base_id"]
|
| 19 |
table_id = os.getenv["table_id"]
|