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
When trying to use image capabilities with the SDK, the uploadTempFile method in FilesNamespace hangs indefinitely. This prevents any functionality that relies on file uploads (like vision model usage) from working.
Steps to reproduce:
Set up basic chat completion with vision model
Try to process an image URL message:
{"role": "user","content": [{"type": "image_url","image_url": {"url": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d3/Stadtbild_M%C3%BCnchen.jpg/2560px-Stadtbild_M%C3%BCnchen.jpg"}},{"type": "text","text": "What city is this?"}]}
Chat completion should proceed with the uploaded image
Actual behavior:
uploadTempFile never resolves or rejects
Program hangs indefinitely unless manually terminated
Environment:
LM Studio SDK version: 0.4.2
LM Studio: 0.3.5 b9
LMS cli: 0.0.28
OS: Windows
Other functionality like model loading/unloading works correctly, suggesting this is specific to the file upload implementation. Let me know if you need any additional information.
The text was updated successfully, but these errors were encountered:
When trying to use image capabilities with the SDK, the
uploadTempFile
method in FilesNamespace hangs indefinitely. This prevents any functionality that relies on file uploads (like vision model usage) from working.Steps to reproduce:
Code snippet:
The code hangs at:
Where data: Uint8Array
Expected behavior:
Actual behavior:
Environment:
Other functionality like model loading/unloading works correctly, suggesting this is specific to the file upload implementation. Let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: