MichaelisTrofficus / gpt4docstrings

Generating Python docstrings with OpenAI ChatGPT!!
https://gpt4docstrings.readthedocs.io
MIT License
107 stars 8 forks source link

Multiple improvements and bumping to version 0.1.0 #38

Closed MichaelisTrofficus closed 8 months ago

MichaelisTrofficus commented 8 months ago

This PR adds a lot of features to make gpt4docstrings more stable and robust:

  1. Relies on langchain instead of the plain openai client
  2. Highly improves the prompts, converting them into one-example based prompts
  3. Refactors the general structure of the repository