Skip to content

Commit 61b56a8

Browse files
authored
Actualizar llm_arxiv.py
1 parent 1514e18 commit 61b56a8

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

llm_arxiv.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,6 @@
1010
from typing import List, Union
1111
import base64 # For image encoding
1212

13-
14-
@llm.hookimpl
15-
def register_commands(cli):
16-
return
17-
# @cli.command()
18-
# def hello_world():
19-
# "Say hello world"
20-
# click.echo("Hello world!")
21-
22-
2313
@llm.hookimpl
2414
def register_fragment_loaders(register):
2515
register("arxiv", arxiv_loader)

0 commit comments

Comments
 (0)