-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or request
Description
This change correctly updates the import path. However, the need for this change highlights a potential improvement in the library's API design for better developer experience. A more user-friendly approach would be to allow importing
VLMRundirectly from the top-levelvlmrunpackage. You could enable this by addingfrom .client import VLMRuntovlmrun/__init__.py. This would allow users to writefrom vlmrun import VLMRun, simplifying usage.
Originally posted by @gemini-code-assist[bot] in #129
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request