mirror of
https://github.com/hwchase17/langchain.git
synced 2026-06-09 18:50:33 +00:00
chore: formatting across codebase (#32466)
This commit is contained in:
@@ -66,7 +66,7 @@ class TestOpenAIStandard(ChatModelIntegrationTests):
|
||||
readme = f.read()
|
||||
|
||||
input_ = f"""What's langchain? Here's the langchain README:
|
||||
|
||||
|
||||
{readme}
|
||||
"""
|
||||
llm = ChatOpenAI(model="gpt-4o-mini", stream_usage=True)
|
||||
|
||||
@@ -31,7 +31,7 @@ class TestOpenAIResponses(TestOpenAIStandard):
|
||||
readme = f.read()
|
||||
|
||||
input_ = f"""What's langchain? Here's the langchain README:
|
||||
|
||||
|
||||
{readme}
|
||||
"""
|
||||
llm = ChatOpenAI(model="gpt-4.1-mini", output_version="responses/v1")
|
||||
|
||||
Reference in New Issue
Block a user