Update crs_arena/battle_manager.py
Browse files
crs_arena/battle_manager.py
CHANGED
@@ -40,7 +40,9 @@ CONVERSATION_COUNTS.update(
|
|
40 |
"unicrs_opendialkg": 3,
|
41 |
"barcor_redial": 4,
|
42 |
"barcor_opendialkg": 6,
|
43 |
-
"crbcrs_redial":
|
|
|
|
|
44 |
}
|
45 |
)
|
46 |
|
|
|
40 |
"unicrs_opendialkg": 3,
|
41 |
"barcor_redial": 4,
|
42 |
"barcor_opendialkg": 6,
|
43 |
+
"crbcrs_redial": 6,
|
44 |
+
"chatgpt_opendialkg": 11,
|
45 |
+
"chatgpt_redial": 16,
|
46 |
}
|
47 |
)
|
48 |
|