Skip to content
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 26 commits into from
Aug 9, 2023
Merged

[0.2.0] – 2023-08-08 #50

merged 26 commits into from
Aug 9, 2023

Conversation

VVoruganti
Copy link
Collaborator

Below is the changelog entry for this release

[0.2.0] – 2023-08-08

Added

  • Streamlit webui as an alternative method of using tutor-gpt
  • Langsmith support

Changed

  • thoughts will no longer be forwarded to a public channel if generated from
    a discord DM
  • Migrated to ChatMessageHistory()
  • Refactored repository structure to support multiple interfaces and generally
    clean up logic

Security

  • Upgrade Langchain version to 0.0.257

VVoruganti and others added 18 commits July 29, 2023 17:41
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
* 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>
Upgrade langchain version closes #46
Clean up `on_message` function and remove thought channel forwarding for
DMs to close up #47
Remove old commented code
Copy link
Collaborator

@vintrocode vintrocode left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀 🥽

@vintrocode vintrocode merged commit 14aa823 into main Aug 9, 2023
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants