-
Notifications
You must be signed in to change notification settings - Fork 117
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
Request: Option to include Timestamps for prompts and responses #54
Comments
Thanks for the insight. I will check the API you mentioned. |
@Wolf-SO let's discuss here 😄 |
@kn9 you can contact me via the email |
As already stated, a locale-aware formatting of the HH:MM part (in the plain text) would be nice. But what you have implemented right now would be a clear improvement. |
Based on what we can get from the API, I would like to abandon the hand-written DOM scrapper. We can get the raw data from API without worrying about those edge cases. |
I love the added timesetamp! Thanks! Looking forward to more updates |
You can now use this option to enable the timestamp on page. The |
I noticed that in the xhr reponse for loading a chat conversation, it has a
create_time
key for the main object, and every child object. It would be neat if we could have a toggle option to "include timestamps" to show on the page, and maybe even include it in the filename (instead of the current timestamp).Progress Tracking
create_time
variable to filename formatThe text was updated successfully, but these errors were encountered: