Source code for llmtuner.infogetter.open
"""Get openly accessible web pages"""
from llmtuner.infogetter.infobase import InfoBase
[docs]
class OpenTalker(InfoBase):
"""Class to retrieve entry information from ArXiv."""
def __init__(self, config = ""):
super().__init__("open", config)