stuff
parent
2ac921d7a7
commit
87fde24b67
|
@ -1,7 +1,14 @@
|
|||
# docugen
|
||||
|
||||
Generating documentation using OpenAPI LLM models
|
||||
Generating documentation using OpenAI LLMs
|
||||
|
||||
![](example/out.png)
|
||||
|
||||
[Example input](example/example_code.py)
|
||||
|
||||
[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
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 370 KiB |
Loading…
Reference in New Issue