Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

no summary #24

Open
polto opened this issue Apr 3, 2023 · 1 comment
Open

no summary #24

polto opened this issue Apr 3, 2023 · 1 comment

Comments

@polto
Copy link

polto commented Apr 3, 2023

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants