|
|
|
|
|
by annjose
436 days ago
|
|
This is the script that assembles the structured comments and generates the summary - https://github.com/levelup-apps/hn-enhancer/blob/main/script... You can run it as:
node summarize-comments.js <post_id>
Example: node summarize-comments.js 43597782 And the summary will be put in the "output" folder. You need to set the environment variable (in this case OPENROUTER_API_KEY because LLama4 is currently available at OpenRouter). |
|