MichaelisTrofficus / gpt4docstrings

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

Support Google Bard #64

Open yasirroni opened 3 weeks ago

yasirroni commented 3 weeks ago

I want to use Bard. Since it seems not yet supported, will you accept PR? Maybe we can generalize LLM used.

But, I need a little help since I can't understand the difference between generator and translator.

yasirroni commented 3 weeks ago

Translator: https://github.com/MichaelisTrofficus/gpt4docstrings/blob/518ee7732eb9b28b01466a05c137cc0913f07ce4/src/gpt4docstrings/docstrings_translators/chatgpt_translator.py

Generator: https://github.com/MichaelisTrofficus/gpt4docstrings/blob/518ee7732eb9b28b01466a05c137cc0913f07ce4/src/gpt4docstrings/docstrings_generators/chatgpt_generator.py