You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -355,6 +355,13 @@ For ByteDance: use `modelName@bytedance=deploymentName` to customize model name
355
355
356
356
Change default model
357
357
358
+
### `VISION_MODELS` (optional)
359
+
360
+
> Default: Empty
361
+
> Example: `gpt-4-vision,claude-3-opus,my-custom-model` means add vision capabilities to these models in addition to the default pattern matches (which detect models containing keywords like "vision", "claude-3", "gemini-1.5", etc).
362
+
363
+
Add additional models to have vision capabilities, beyond the default pattern matching. Multiple models should be separated by commas.
364
+
358
365
### `WHITE_WEBDAV_ENDPOINTS` (optional)
359
366
360
367
You can use this option if you want to increase the number of webdav service addresses you are allowed to access, as required by the format:
0 commit comments