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
{{ message }}
This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Closing this issue given that there is a way to call via the command line. A simple command line alias i.e. alias cqq='python -m codequestion.query' can be created to make it easier to call.
Issue #12 will add functionality to call a service vs loading the model each invocation. Currently, the shell exists to keep a preloaded instance active within a single process.
It would be nice to be able to use more like a cl tool where you could just type:
codequestion "how do I iterate a list in python"
.The text was updated successfully, but these errors were encountered: