-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: image input for VLMs #34
Comments
Breaking down the individual pieces of this:
|
#36 makes the APIs for adding file handles to chat history instances public. Passing file handles to |
While not directly part of this issue, #37 makes the file preparation interface public, which will be used as the base for the image preparation interface. |
Implements the remaining components of #34
Also make debug logging for file uploads less noisy. Implements the remaining components of #34
#38 adds the image-specific preparation APIs |
Also make debug logging for file uploads less noisy. Implements the remaining components of #34
Draft SDK docs PR is up at lmstudio-ai/docs#48 |
Equivalent to lmstudio-js’s https://lmstudio.ai/docs/typescript/llm-prediction/image-input
The text was updated successfully, but these errors were encountered: