mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
fix test
This commit is contained in:
parent
8f98725503
commit
bfdcfca8b0
2 changed files with 2 additions and 2 deletions
|
|
@ -12,7 +12,7 @@ ENV PATH="${HOME}/venv/bin:$PATH"
|
|||
# to install python-3.14-dev specifically (if available in the repo)
|
||||
# rust and cargo are required for building ddtrace from source
|
||||
RUN apk update && \
|
||||
apk add --no-cache gcc openssl openssl-dev rust cargo
|
||||
apk add --no-cache gcc openssl openssl-dev rust
|
||||
|
||||
RUN python -m venv ${HOME}/venv
|
||||
RUN ${HOME}/venv/bin/pip install --no-cache-dir --upgrade pip
|
||||
|
|
|
|||
|
|
@ -79,7 +79,7 @@ class OpenAIGPT5Config(OpenAIGPTConfig):
|
|||
if reasoning_effort is not None and reasoning_effort == "xhigh":
|
||||
if not self.is_model_gpt_5_1_codex_max_model(model):
|
||||
if litellm.drop_params or drop_params:
|
||||
pass
|
||||
non_default_params.pop("reasoning_effort", None)
|
||||
else:
|
||||
raise litellm.utils.UnsupportedParamsError(
|
||||
message=(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue