mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-02 14:22:16 +00:00
fix test
This commit is contained in:
@@ -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=(
|
||||
|
||||
Reference in New Issue
Block a user