mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 22:44:21 +01:00
Remove hard coded benchmark category
This commit is contained in:
@@ -63,8 +63,7 @@ class TaskInfo {
|
||||
Map<String, dynamic> toJson() => {
|
||||
'data_path': dataPath,
|
||||
'is_regression': isRegression,
|
||||
// 'category': jsonEncode(category),
|
||||
'category': "[\"coding\"]",
|
||||
'category': jsonEncode(category),
|
||||
'task': task,
|
||||
'answer': answer,
|
||||
'description': description,
|
||||
|
||||
Reference in New Issue
Block a user