Skip to content

Commit

Permalink
Update examples/configurable_chain/server.py
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev authored Nov 16, 2023
1 parent 9437bc8 commit c781235
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/configurable_chain/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
)
chain = prompt | model | StrOutputParser()

# specifically, you must accept `configurable` as a config key.
add_routes(app, chain, path="/configurable_temp")


Expand Down

0 comments on commit c781235

Please sign in to comment.