Update tools.py
Browse files
tools.py
CHANGED
|
@@ -75,7 +75,7 @@ class translate_everything(Tool):
|
|
| 75 |
|
| 76 |
class image_interpreter(Tool):
|
| 77 |
name = "image_tool"
|
| 78 |
-
description = "Allows you to convert an image to text (the function will describe the image)
|
| 79 |
inputs = {
|
| 80 |
'image': {"type": "image", "description": "The image or video of interest, png format or jpeg"},
|
| 81 |
}
|
|
|
|
| 75 |
|
| 76 |
class image_interpreter(Tool):
|
| 77 |
name = "image_tool"
|
| 78 |
+
description = "Allows you to convert an image to text (the function will describe the image)."
|
| 79 |
inputs = {
|
| 80 |
'image': {"type": "image", "description": "The image or video of interest, png format or jpeg"},
|
| 81 |
}
|