Closed michaelskyba closed 7 months ago
LGTM. Thanks!
I will check why there is a weird [Unsupported Content]
I will check why there is a weird [Unsupported Content]
I believe that occurs because the backend inserts an additional system message as part of the Memory feature
If I disable Memory, then that block doesn't show up in the HTML export. Let me know if you want me to test anything, or to show you how to enable Memory for your account if you don't already have it.
Oh wow, I don't know about that feature. How can I enable it? It's not in the setting panel.
Only a small subset of users are supposed to have access to it (the rest will not have the necessary Personalization section in their settings), but it's possible to enable it early. Here is a thread I made on Twitter that describes that in detail.
Short version: intercept the request to /backend-api/accounts/check/v4-2023-04-27
and add sunshine_available
to the features
array in the JSON
This PR fixes https://github.com/pionxzh/chatgpt-exporter/issues/226.
Source used as reference for the new colors: https://cdn.oaistatic.com/_next/static/css/27480e870671f7ed.css
Example visual comparison:
Light mode
Ground truth screenshot
HTML export (old)
HTML export (new)
Image export (old)
Image export (new)
Dark mode
Ground truth screenshot
HTML export (old)
HTML export (new)
Image export (old)
Image export (new)