mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-27 06:18:05 +00:00
@@ -143,7 +143,7 @@ class LangSmithDatasetChatLoader(BaseChatLoader):
|
||||
|
||||
:return: Iterator of chat sessions containing messages.
|
||||
"""
|
||||
from langchain_community.adapters import openai as oai_adapter # noqa: E402
|
||||
from langchain_community.adapters import openai as oai_adapter
|
||||
|
||||
data = self.client.read_dataset_openai_finetuning(
|
||||
dataset_name=self.dataset_name
|
||||
|
Reference in New Issue
Block a user