CindyDelage commited on
Commit
f5abc69
·
verified ·
1 Parent(s): 5010418

Update tools.py

Browse files
Files changed (1) hide show
  1. tools.py +1 -1
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 = "evaluate_consumption"
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