This website requires JavaScript.
Explore
Help
Register
Sign In
zensol
/
llm_hub
Watch
1
Star
0
Fork
You've already forked llm_hub
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a6c6d6e336
llm_hub
/
manage.py
7 lines
89 B
Python
Raw
Blame
History
from
app
import
create_app
app
=
create_app
(
)
if
__name__
==
'
__main__
'
:
app
.
run
(
)
Reference in New Issue
View Git Blame
Copy Permalink