-
-
Notifications
You must be signed in to change notification settings - Fork 186
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
feat: implement gptme-util CLI for utilities #261
Commits on Nov 17, 2024
-
feat(gptme-util): implement tools subcommands
- Added tools list and info commands - Added language tag support - Reused existing code from commands.py - Added initial tests for utility CLI - Moved util.py to util/__init__.py for better organization
Configuration menu - View commit details
-
Copy full SHA for 3a2573d - Browse repository at this point
Copy the full SHA 3a2573dView commit details -
fix(gptme-util): improve error handling and tests
- Added empty list handling in chats_list - Added model validation in tokens_count - Added comprehensive test cases - Skip context test until module is available
Configuration menu - View commit details
-
Copy full SHA for 2af94f8 - Browse repository at this point
Copy the full SHA 2af94f8View commit details -
refactor: remove duplicate ModelDictMeta definition
- Import _ModelDictMeta from models.py instead of duplicating definition - Fixes code duplication identified by pylint
Configuration menu - View commit details
-
Copy full SHA for d73de53 - Browse repository at this point
Copy the full SHA d73de53View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd8ef84 - Browse repository at this point
Copy the full SHA cd8ef84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cca401 - Browse repository at this point
Copy the full SHA 6cca401View commit details -
Configuration menu - View commit details
-
Copy full SHA for ede4361 - Browse repository at this point
Copy the full SHA ede4361View commit details -
Configuration menu - View commit details
-
Copy full SHA for d92f291 - Browse repository at this point
Copy the full SHA d92f291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20878dc - Browse repository at this point
Copy the full SHA 20878dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ea9f8 - Browse repository at this point
Copy the full SHA 66ea9f8View commit details -
Apply suggestions from code review
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c8e328d - Browse repository at this point
Copy the full SHA c8e328dView commit details -
Configuration menu - View commit details
-
Copy full SHA for d060108 - Browse repository at this point
Copy the full SHA d060108View commit details -
fix: more refactor, support summarizing conversations with `gptme-uti…
…l chats list --summarize`
Configuration menu - View commit details
-
Copy full SHA for 1aa576a - Browse repository at this point
Copy the full SHA 1aa576aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7edb198 - Browse repository at this point
Copy the full SHA 7edb198View commit details