Skip to content
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

Adding a setting to query the local model of Type4Py for type inference #24

Merged
merged 4 commits into from
Feb 21, 2022

Conversation

mir-am
Copy link
Member

@mir-am mir-am commented Feb 21, 2022

This PR addresses #23. It adds a new setting, workspace.localModelEnabled, to the extension. This enables users to use the local model of Type4Py on their machines for type inference. This way, no data is sent to any external server and it should address users' possible privacy concerns. The local model is run in a Docker container and is exposed at localhost:5001.

@mir-am mir-am added the enhancement New feature or request label Feb 21, 2022
@mir-am mir-am self-assigned this Feb 21, 2022
@mir-am mir-am merged commit a42008d into dev Feb 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant