Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
ColossalAI
148469348a8b2ead6ec6ea2641fbb2d71ddf32e5
148469348a8b2ead6ec6ea2641fbb2d71ddf32e5
Switch branch/tag
colossalai
applications
ColossalQA
examples
webui_demo
utils.py
Find file
Normal view
History
Permalink
utils.py
88 Bytes
Edit
Web IDE
Newer
Older
[ColossalQA] refactor server and webui & add new feature (#5138)
Michelle
committed
Nov 30, 2023
1
2
3
4
5
6
from
enum
import
Enum
class
DocAction
(
str
,
Enum
):
ADD
=
"add"
CLEAR
=
"clear"