diff --git a/examples/configurable_chain/server.py b/examples/configurable_chain/server.py index 15043204..7f475e97 100755 --- a/examples/configurable_chain/server.py +++ b/examples/configurable_chain/server.py @@ -59,7 +59,6 @@ ) chain = prompt | model | StrOutputParser() -# Add routes requires you to specify which config keys are accepted # specifically, you must accept `configurable` as a config key. add_routes(app, chain, path="/configurable_temp")