mirror of
https://github.com/hwchase17/langchain.git
synced 2025-08-08 12:31:49 +00:00
Turns on https://docs.astral.sh/ruff/settings/#format_docstring-code-format and https://docs.astral.sh/ruff/settings/#format_skip-magic-trailing-comma ```toml [tool.ruff.format] docstring-code-format = true skip-magic-trailing-comma = true ```
5 lines
135 B
Python
5 lines
135 B
Python
from langchain_openai.llms.azure import AzureOpenAI
|
|
from langchain_openai.llms.base import OpenAI
|
|
|
|
__all__ = ["OpenAI", "AzureOpenAI"]
|