forked from phoenix/litellm-mirror
docs(utils.py): cleanup docstring
This commit is contained in:
parent
70bf8bd4f4
commit
98f73b35ba
1 changed files with 1 additions and 1 deletions
|
@ -7128,7 +7128,7 @@ def exception_type(
|
||||||
elif "A conversation must start with a user message." in error_str:
|
elif "A conversation must start with a user message." in error_str:
|
||||||
exception_mapping_worked = True
|
exception_mapping_worked = True
|
||||||
raise BadRequestError(
|
raise BadRequestError(
|
||||||
message=f"BedrockException - {error_str}\n. Pass in default user message via `completion(..,user_continue_message=)` or enable `litellm.modify_params=True`.",
|
message=f"BedrockException - {error_str}\n. Pass in default user message via `completion(..,user_continue_message=)` or enable `litellm.modify_params=True`.\nFor Proxy: do via `litellm_settings::modify_params: True` or user_continue_message under `litellm_params`",
|
||||||
model=model,
|
model=model,
|
||||||
llm_provider="bedrock",
|
llm_provider="bedrock",
|
||||||
response=original_exception.response,
|
response=original_exception.response,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue