master
michael 2022-12-12 14:35:49 -08:00
parent 2ac921d7a7
commit 87fde24b67
2 changed files with 8 additions and 1 deletions

View File

@ -1,7 +1,14 @@
# docugen # docugen
Generating documentation using OpenAPI LLM models Generating documentation using OpenAI LLMs
![](example/out.png)
[Example input](example/example_code.py) [Example input](example/example_code.py)
[Example output](example/example_code-doc.md) [Example output](example/example_code-doc.md)
## Spec
- Connecting to ChatGPT with [revChatGPT](https://github.com/acheong08/ChatGPT)
- Currently only supports Python source code & extracts top-level functions only

BIN
example/out.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 370 KiB