Spaces:
Runtime error
Runtime error
Vinh Nguyen
commited on
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"
|