Skip to content

Commit 611d8d7

Browse files
committed
Remove unnecessary comment from openai.py
The outdated comment that referred to installing the 'docstring-parser' package was removed from the 'openai.py' file. The comment was no longer needed as the package is already installed during setup.
1 parent d1714f7 commit 611d8d7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

mindsdb_sdk/utils/openai.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ def make_openai_tool(function: callable, description: str = None) -> dict:
4949
5050
:return: dictionary containing function metadata
5151
"""
52-
# You will need to pip install docstring-parser to use this function
5352

5453
import inspect
5554
import docstring_parser

0 commit comments

Comments
 (0)