mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-15 06:26:12 +00:00
Patch: improve check openai version (#15301)
This commit is contained in:
@@ -395,7 +395,7 @@ def _set_context(context: Context) -> None:
|
||||
|
||||
@contextmanager
|
||||
def get_executor_for_config(
|
||||
config: Optional[RunnableConfig]
|
||||
config: Optional[RunnableConfig],
|
||||
) -> Generator[Executor, None, None]:
|
||||
"""Get an executor for a config.
|
||||
|
||||
|
Reference in New Issue
Block a user