Skip to content

have a warnings #34

Closed
Closed
@PKQ1688

Description

@PKQ1688
.venv/lib/python3.12/site-packages/pydantic/_internal/_config.py:345: UserWarning: Valid config keys have changed in V2:
* 'fields' has been removed
  warnings.warn(message, UserWarning)

when use LiteLLMModel

model_0806 = LiteLLMModel(model_id="azure/gpt-4o-0806")
messages = [
      {"role": "system", "content": "Extract the event information."},
      {
          "role": "user",
          "content": "Alice and Bob are going to a science fair on Friday",
      },
  ]
print(model_0806(messages))

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