Spaces:
Running
Running
shivakerur99
commited on
Commit
•
deec597
1
Parent(s):
9d95ef3
Update main.py
Browse files
main.py
CHANGED
@@ -108,7 +108,7 @@ async def process_data(data: DataInput):
|
|
108 |
# Load required models and components from Langchain library
|
109 |
# os.environ['HUGGINGFACEHUB_API_TOKEN'] =HUGGINGFACEHUB_API_TOKEN
|
110 |
# HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
111 |
-
os.environ.get("
|
112 |
|
113 |
dom = [LangchainDocument(page_content=response_data, metadata={"source": "local"})]
|
114 |
|
|
|
108 |
# Load required models and components from Langchain library
|
109 |
# os.environ['HUGGINGFACEHUB_API_TOKEN'] =HUGGINGFACEHUB_API_TOKEN
|
110 |
# HUGGINGFACEHUB_API_TOKEN = os.getenv("HUGGINGFACEHUB_API_TOKEN")
|
111 |
+
os.environ.get("EXAMPLE")
|
112 |
|
113 |
dom = [LangchainDocument(page_content=response_data, metadata={"source": "local"})]
|
114 |
|