Skip to content

Commit 5d70e5b

Browse files
authored
Merge pull request #47 from HIGHFIVE-SW/develop
오류수정
2 parents c93749a + 410035d commit 5d70e5b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

ocr/o.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@ def is_review_valid(title: str, image_urls: list[str]) -> bool:
6464
contents=contents,
6565
config={
6666
# 응답형식을 True, False로 제한
67-
'response_mime_type': 'text/x.enum',
68-
'response_schema': {
69-
"type": "STRING",
70-
"enum": ["True", "False"]
67+
#'response_mime_type': 'text/x.enum',
68+
#'response_schema': {
69+
# "type": "STRING",
70+
# "enum": ["True", "False"]
7171
}
7272
}
7373
)

0 commit comments

Comments
 (0)