Update tools.py
Browse files
tools.py
CHANGED
@@ -53,7 +53,7 @@ class AudioEvaluationRequest(BaseEvaluationRequest):
|
|
53 |
description="The name of the dataset on HuggingFace Hub")
|
54 |
|
55 |
class evaluate_consumption_example(Tool):
|
56 |
-
name = "
|
57 |
description = "This is only an example. If a manager wants to know what you are capable of, use it : it will use code carbon to evaluate the CO2 emissions from an example Python code"
|
58 |
output_type = "string"
|
59 |
|
|
|
53 |
description="The name of the dataset on HuggingFace Hub")
|
54 |
|
55 |
class evaluate_consumption_example(Tool):
|
56 |
+
name = "evaluate_consumption_example"
|
57 |
description = "This is only an example. If a manager wants to know what you are capable of, use it : it will use code carbon to evaluate the CO2 emissions from an example Python code"
|
58 |
output_type = "string"
|
59 |
|