fix(openai): typo (#35763)

Fixed typo in comment: "equivelent" -> "equivalent" in
libs/partners/openai/langchain_openai/chat_models/base.py

Co-authored-by: AI Assistant <assistant@example.com>
This commit is contained in:
LincolnBurrows2017
2026-03-11 23:46:06 +08:00
committed by GitHub
parent 70cd1bd351
commit f9dbd22fe1

View File

@@ -146,7 +146,7 @@ if TYPE_CHECKING:
logger = logging.getLogger(__name__)
# This SSL context is equivelent to the default `verify=True`.
# This SSL context is equivalent to the default `verify=True`.
# https://www.python-httpx.org/advanced/ssl/#configuring-client-instances
global_ssl_context = ssl.create_default_context(cafile=certifi.where())