fix(deps): update dependency openai to v1.63.0 (#5067)

This commit is contained in:
Michael Genson
2025-02-16 14:24:59 -06:00
committed by GitHub
parent c351cf7bd5
commit 3b12a62fc6
3 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ from pathlib import Path
from textwrap import dedent
from openai import NOT_GIVEN, AsyncOpenAI
from openai.resources.chat.completions import ChatCompletion
from openai.types.chat import ChatCompletion
from pydantic import BaseModel, field_validator
from mealie.core.config import get_app_settings