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

Chat history #10

Open
silvanmelchior opened this issue Aug 17, 2023 · 6 comments
Open

Chat history #10

silvanmelchior opened this issue Aug 17, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@silvanmelchior
Copy link
Owner

Allow to have a chat history

@silvanmelchior silvanmelchior added the enhancement New feature or request label Aug 17, 2023
@TheDataVoyager
Copy link

TheDataVoyager commented Aug 23, 2023

+1

History will be nice at the UI level.
However, it will be great to have in the working directory (of the files generated/read from the docker mount) history of all the chats.

To give more context - one use case is that while working on a topic, there could be an error from the API (say by exceeding the limit of tokens in a specific ask). In this case, the option is to reset. After that, all previous context is lost.

@alanpaulkwan
Copy link

Is this issue solved? How does one enable the chat log? I'd love it.

@silvanmelchior
Copy link
Owner Author

Sorry, I don't have the time to implement this right now, but open for PRs ;)

@alanpaulkwan
Copy link

If I get brave enough to learn a modern dev environment I'll try :-) for now I think you can just prompt it like "take all the code so far, and write to coderun.py"

@alanpaulkwan
Copy link

actually would it be really simple to just not delete the /tmp python files? if they were even just ordered by timestamp or something. then one could easily copy them, if so desired

@silvanmelchior
Copy link
Owner Author

Hmm, not so sure if this is really helpful, since the files are named randomly and are only available within the docker container. I think this is a bit "too hacky" for me.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants