mirror of
https://github.com/ParisNeo/lollms.git
synced 2025-04-07 19:04:14 +00:00
new version
This commit is contained in:
parent
7a7022871d
commit
6917c4427e
@ -3,7 +3,9 @@ from enum import Enum
|
||||
class MSG_TYPE(Enum):
|
||||
MSG_TYPE_CHUNK=0
|
||||
MSG_TYPE_FULL=1
|
||||
MSG_TYPE_META=2
|
||||
MSG_TYPE_REF=3
|
||||
MSG_TYPE_CODE=4
|
||||
MSG_TYPE_UI=5
|
||||
MSG_TYPE_EXCEPTION=2
|
||||
MSG_TYPE_STEP=3
|
||||
MSG_TYPE_META=4
|
||||
MSG_TYPE_REF=5
|
||||
MSG_TYPE_CODE=6
|
||||
MSG_TYPE_UI=7
|
||||
|
Loading…
x
Reference in New Issue
Block a user