Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
from langchain.schema.runnable import (
|
| 2 |
RunnableBranch,
|
| 3 |
RunnableLambda,
|
| 4 |
-
RunnableMap, ## Wrap an implicit "dictionary" runnable
|
| 5 |
RunnablePassthrough,
|
| 6 |
)
|
| 7 |
from langchain_nvidia_ai_endpoints import ChatNVIDIA
|
|
|
|
| 1 |
from langchain.schema.runnable import (
|
| 2 |
RunnableBranch,
|
| 3 |
RunnableLambda,
|
| 4 |
+
RunnableMap, ### Wrap an implicit "dictionary" runnable
|
| 5 |
RunnablePassthrough,
|
| 6 |
)
|
| 7 |
from langchain_nvidia_ai_endpoints import ChatNVIDIA
|