Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SireME committed Oct 3, 2024
1 parent fafd44c commit ad9f21a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utility/video/video_search_query_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
['Fast car'] <= GOOD, because it's 1 string.
['Un chien', 'une voiture rapide', 'une maison rouge'] <= BAD, because the text query is NOT in English.
Note: Your response should be Json passable, do not add text extra to describe the result as your result will be used in a code pipeline automatically
Note: Your response should be the response only and no extra text or data.
"""

def fix_json(json_str):
Expand Down

0 comments on commit ad9f21a

Please sign in to comment.