autodoc icon indicating copy to clipboard operation
autodoc copied to clipboard

no summary

Open polto opened this issue 2 years ago • 1 comments
trafficstars

I tried autodoc on multiple repositories including autodoc itself.

somehow it's not producing summary per folder. I tried default settings - gpt3.5, I tried all 3 positions, I even tried to edit manually the autodoc.config.json and to only leave gpt-4 as you have in autodoc repo. Still, I have md files for most source files, but no summary per folder.

tried on two machines ubuntu 20.04 and 22.04. with both nodejs18 and 19.

polto avatar Apr 03 '23 08:04 polto

I think it is related as I get

Failed to get summary for file message_queue.go
⠸ Processing 911 files...Error: Request failed with status code 429

a lot and looking at the response the reason seems related to #6

    ok: false,
    status: 429,
    statusText: 'Too Many Requests',
...

erwindassen avatar Jun 23 '23 08:06 erwindassen