-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Cleanup preset configuration #287
Closed
Closed
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
89cf976
mark depricated API section
sarahwooders be6212c
add readme
sarahwooders b011380
add readme
sarahwooders 59f7b71
add readme
sarahwooders 176538b
add readme
sarahwooders 9905266
add readme
sarahwooders 3606959
add readme
sarahwooders c48803c
add readme
sarahwooders 40cdb23
add readme
sarahwooders ff43c98
add readme
sarahwooders 01db319
CLI bug fixes for azure
sarahwooders a11cef9
check azure before running
sarahwooders a47d49e
Merge branch 'cpacker:main' into main
sarahwooders fbe2482
Update README.md
sarahwooders 446a1a1
Update README.md
sarahwooders 1541482
bug fix with persona loading
sarahwooders 5776e30
Merge branch 'main' of github.com:sarahwooders/MemGPT
sarahwooders d48cf23
Merge branch 'cpacker:main' into main
sarahwooders 7a8eb80
remove print
sarahwooders 9a5ece0
Merge branch 'main' of github.com:sarahwooders/MemGPT
sarahwooders d3370b3
merge
sarahwooders c19c2ce
Merge branch 'cpacker:main' into main
sarahwooders 46301a3
refactor presets
sarahwooders bd1795e
black
cpacker File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this refactor is generally the right idea, however I wonder what the best way is to support users adding their own presets, eg: #282
I feel like adding presets should ideally be as easy as adding personas/humans or should have a similar workflow, where you create a text file and put it in a folder.
Thoughts?