Skip to content

Commit e19f39c

Browse files
committed
updating to gpt-4o, no function calling
1 parent 165a2c1 commit e19f39c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

validator/main.py

-3
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,6 @@ def __init__(
138138
# TODO api endpoint
139139
...
140140

141-
self._json_schema, self._tools = self._create_json_schema(
142-
self._valid_topics, self._invalid_topics
143-
)
144141

145142
def get_topics_ensemble(self, text: str, candidate_topics: List[str]) -> List[str]:
146143
"""Finds the topics in the input text based on if it is determined by the zero

0 commit comments

Comments
 (0)