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

FS 62/bring session conv from esg #10

Merged
merged 6 commits into from
Oct 29, 2024

Conversation

gaganahluwalia
Copy link
Collaborator

@gaganahluwalia gaganahluwalia commented Oct 25, 2024

Description

Removing the current Conversation history logic from InferGPT
Bringing all the redis session related code from POC repo

Jira Ticket - https://scottlogic.atlassian.net/browse/FS-62

Changelog

image

__all__ = [
"RedisSessionMiddleware",
"Message",
"clear_session_chat",

Choose a reason for hiding this comment

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

I don't think we ever use the clear session methods, do we want to implement these somewhere as currently the history is carried over between sessions

@CLeopard99 CLeopard99 merged commit 675b6ee into main Oct 29, 2024
4 checks passed
@CLeopard99 CLeopard99 deleted the FS-62/Bring-Session-Conv-From-ESG branch October 29, 2024 10:42
CLeopard99 pushed a commit that referenced this pull request Oct 29, 2024
* Removed the current conversation history settings on InferGPT

* Included the redis session files from POC Repo

---------

Co-authored-by: Gagan Singh <[email protected]>
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.

3 participants