We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c93749a + 410035d commit 5d70e5bCopy full SHA for 5d70e5b
1 file changed
ocr/o.py
@@ -64,10 +64,10 @@ def is_review_valid(title: str, image_urls: list[str]) -> bool:
64
contents=contents,
65
config={
66
# 응답형식을 True, False로 제한
67
- 'response_mime_type': 'text/x.enum',
68
- 'response_schema': {
69
- "type": "STRING",
70
- "enum": ["True", "False"]
+ #'response_mime_type': 'text/x.enum',
+ #'response_schema': {
+ # "type": "STRING",
+ # "enum": ["True", "False"]
71
}
72
73
)
0 commit comments