Upload python_client_config.json
Browse files
python_client_config.json
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"multimodal_image_pixels_min": 50000,
|
| 3 |
+
"multimodal_image_pixels_max": 2000000,
|
| 4 |
+
"multimodal_image_to_tokens_ratio": 560
|
| 5 |
+
}
|