Closed
Description
.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
Labels
No labels