update web demo

This commit is contained in:
hiyouga
2023-08-03 13:28:28 +08:00
parent e23a3a366c
commit 53d6dc396d
8 changed files with 31 additions and 48 deletions

View File

@@ -3,7 +3,7 @@
from llmtuner.api import create_app
from llmtuner.chat import ChatModel
from llmtuner.tuner import export_model, run_exp
from llmtuner.webui import Manager, WebChatModel, create_ui, create_chat_box
from llmtuner.webui import create_ui, create_web_demo
__version__ = "0.1.5"