mirror of
https://github.com/hpcaitech/ColossalAI.git
synced 2025-09-06 03:20:52 +00:00
[ColossalQA] refactor server and webui & add new feature (#5138)
* refactor server and webui & add new feature * add requirements * modify readme and ui
This commit is contained in:
6
applications/ColossalQA/examples/webui_demo/utils.py
Normal file
6
applications/ColossalQA/examples/webui_demo/utils.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from enum import Enum
|
||||
|
||||
|
||||
class DocAction(str, Enum):
|
||||
ADD = "add"
|
||||
CLEAR = "clear"
|
Reference in New Issue
Block a user