David Harrer
Results
2
issues of
David Harrer
Earlier this day, I raised an issue here: https://github.com/jackMort/ChatGPT.nvim/issues/414 Then, I decided to dive into the codebase and add the feature myself using my proposed change. # What's new: openai_params.model...
I want to change models on the fly using commands so I can default to gpt-3.5 and if it is too stupid switch to gpt-4. The way I am attempting...