mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 22:42:05 +00:00
fix: formatting issues in docstrings (#32265)
Ensures proper reStructuredText formatting by adding the required blank line before closing docstring quotes, which resolves the "Block quote ends without a blank line; unexpected unindent" warning.
This commit is contained in:
@@ -30,6 +30,7 @@ class AzureOpenAI(BaseOpenAI):
|
||||
from langchain_openai import AzureOpenAI
|
||||
|
||||
openai = AzureOpenAI(model_name="gpt-3.5-turbo-instruct")
|
||||
|
||||
"""
|
||||
|
||||
azure_endpoint: Optional[str] = Field(
|
||||
|
Reference in New Issue
Block a user