Spaces:
Running
Running
Vinh Nguyen
commited on
Commit
•
2bcd3aa
1
Parent(s):
1ec5b20
Update chat_profile.py
Browse files- chat_profile.py +1 -1
chat_profile.py
CHANGED
@@ -2,5 +2,5 @@ from enum import Enum
|
|
2 |
|
3 |
|
4 |
class ChatProfileRoleEnum(str, Enum):
|
5 |
-
|
6 |
AI = "ai"
|
|
|
2 |
|
3 |
|
4 |
class ChatProfileRoleEnum(str, Enum):
|
5 |
+
HUMAN = "human"
|
6 |
AI = "ai"
|