Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
insly
/
miracle
like
2
Runtime error
App
Files
Files
Community
kivilaid
commited on
Oct 21, 2024
Commit
e90b181
·
verified
·
1 Parent(s):
3e23a05
Update gpt4v.py
Browse files
Files changed (1)
hide
show
gpt4v.py
+1
-1
gpt4v.py
CHANGED
Viewed
@@ -40,7 +40,7 @@ class GPT4Vision:
40
],
41
}
42
],
43
-
max_tokens=
1000
,
44
)
45
return response.choices[0].message.content
46
40
],
41
}
42
],
43
+
max_tokens=
3000
,
44
)
45
return response.choices[0].message.content
46