Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
eyurtsev committed Nov 13, 2023
1 parent f691053 commit 9283e6a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions langserve/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ def _unpack_request_config(
if "configurable" not in keys:
raise HTTPException(
422,
"Server code has modified the default accepted config keys to "
"not accept `configurable`. ",
"The config field `configurable` has been disallowed by the server.",
)
projected_config = {k: config[k] for k in keys if k in config}
return (
Expand Down

0 comments on commit 9283e6a

Please sign in to comment.