context-labs / autodoc

Experimental toolkit for auto-generating codebase documentation using LLMs
MIT License
1.93k stars 112 forks source link

no summary #24

Open polto opened 1 year ago

polto commented 1 year ago

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.

erwindassen commented 1 year ago

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',
...