aboutsummaryrefslogtreecommitdiff
path: root/src/gpt_chat_cli/openai_wrappers.py
Commit message (Collapse)AuthorAgeFilesLines
* Rewrote the argparsing functionality to enable autocompletion via the ↵flu0r1ne2023-05-091-3/+2
| | | | | | | | | | | | | | "kislyuk/argcomplete" package. This essentially means: - `argparsing.py` does a minimal amount of work to initialize the arg parser. Then it attempts dynamic completion. - `argvalidation.py` processes the raw arguments parsed in `argparsing.py`, validates them, issues warnings (if required), and splits them into logical groupings - Commands in `gcli.py` have been moved to `cmd.py` - `main.py` provides an initial control path to call these functions in succession
* Add compat filter in list modelsflu0r1ne2023-05-061-1/+5
|
* Add interactive modeflu0r1ne2023-05-051-4/+40
|
* Add command to list modelsflu0r1ne2023-05-051-0/+13
|
* Add packaging infoflu0r1ne2023-05-041-0/+69