Skip to content

New OpenAI models not supported due to litellm params #42

@rsarder

Description

@rsarder

When trying to run a newer GPT model, I run into issue that keeps me from proceeding:
litellm.exceptions.BadRequestError: litellm.BadRequestError: OpenAIException - Unsupported parameter: 'stop' is not supported with this model.
To make this work, it's necessary to set up litellm to drop any unsupported parameters. If there is a litellm config file we can set something like litellm.drop_params = True or litellm_settings: drop_params: true

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions