You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ The [Project Todo](TODO.md) and [JavaScript Todo](js/how_to_use.md#still-working
51
51
See also a rough internal dependency graph of the project [here](assets/deps_graph.png) (the graph is not complete, but it gives a general idea of the project's structure). Generated using :
Copy file name to clipboardexpand all lines: js/how_to_use.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ Alternatively, you can create a bookmarklet with the code in [this file](bookmar
11
11
12
12
(You should refresh the page after the download finishes, to clear the UI widget and the console logs.)
13
13
14
-
Now, if you run the `main.py` script, it should recognize the new downloaded json file and add the conversations to the ones from the OpenAI export, that way ALL the conversations are converted to markdown files, as well as the other data visualizations stuff.
14
+
Now, if you run the `cli.py` script, it should recognize the new downloaded json file and add the conversations to the ones from the OpenAI export, that way ALL the conversations are converted to markdown files, as well as the other data visualizations stuff.
15
15
16
16
This is a very rudimentary js script, and it needs more error handling. I've tried it on Chrome, and it works so far.
17
17
Could break at anytime if OpenAI changes their data permissions or the `/backend-api/` API.
Copy file name to clipboardexpand all lines: playground.ipynb
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@
10
10
"\n",
11
11
"But I get the worry of accidentally breaking things when contributing code. So, I made this notebook to help with that. It's a work in progress, aimed at letting you easily see specific outputs of interest for smoother development.\n",
12
12
"\n",
13
-
"Previously, my basic testing meant using a `test.py` file to generate a few markdowns and then checking them manually. Or, for a deeper look, I'd run the `main.py` and wait a while to see everything, which isn't quick on my laptop.\n",
13
+
"Previously, my basic testing meant using a `test.py` file to generate a few markdowns and then checking them manually. Or, for a deeper look, I'd run the `cli.py` and wait a while to see everything, which isn't quick on my laptop.\n",
14
14
"\n",
15
15
"This notebook aims to streamline that process, letting you test and inspect targeted parts of the output without the fear of breaking things."
0 commit comments