-
Notifications
You must be signed in to change notification settings - Fork 70
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
[0.2.0] – 2023-08-08 #50
Merged
Merged
Conversation
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
For a monorepo structure we would need to make use of something like editable installs which is pretty overkill to setup at this stage will accept the tech debt for the interim
…utor-gpt into agent-abstraction
Agent abstraction
* add basic streamlit support * possible process based hosting? * styling * build files * make fly deploy work * Use python modules to keep everything in it's own folder * merge dockerfiles * update fly deploy files to match refactor --------- Co-authored-by: Ayush <61765149+citricacid2@users.noreply.github.com> Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
* ChatMessageHistory migration for discord bot * ChatMessageHistory migration support for streamlit ui * Improve logging * Cleaning up non conversational code * Cleaning memory code * Move BloomChain to separate file for readability * clean chain.py * fix: remove deprecated conversation type code * Remove unnecessary instruction from prompt * Further Optimizations Moved chain logic back into one file with two classes Simplified chat to simply chain together calls of think and response fixed bug in `bot.py` for the restart method --------- Co-authored-by: vintro <vince@plasticlabs.ai> Co-authored-by: Vineeth Voruganti <13438633+VVoruganti@users.noreply.github.com>
remove unneeded human prompts
vintrocode
approved these changes
Aug 9, 2023
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.
🚀 🥽
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Below is the changelog entry for this release
[0.2.0] – 2023-08-08
Added
Changed
a discord DM
ChatMessageHistory()
clean up logic
Security
0.0.257