airtai / docstring-gen

Generator for docstrings
https://docstring-gen.airt.ai
Apache License 2.0
14 stars 3 forks source link

Add support for local AI #40

Open NADOOITChristophBa opened 3 months ago

NADOOITChristophBa commented 3 months ago

Using OpenAI on larger codebases and rerunning this often could cause no small cost and also might prevent people from using it.

Ollama has added full support for the OpenAI API for running local models. An option to use a local model would be nice.

relevant link to Ollama: https://ollama.com/blog/openai-compatibility

cpossinger commented 3 months ago

I'm working on a fork for ollama