jackMort / jackMort/ChatGPT.nvim
Option for changing model for code complition.
Nobody has claimed this yet.
- Dominant language
- Lua
- Stars
- 4k
- Forks
- 317
- PR merge metrics
- No merged PRs in 30d
Description
I have been able to successfully change the model from `3.5-turbo` for edit and chat using the configuration, how would i be able to change the `completion` model as well?
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the configuration handling for edit and chat models, then trace the completion request path to see how its model is selected. Confirm whether completion currently uses a fixed model and identify the existing configuration pattern to follow. Done means users can set a separate completion model without changing the edit or chat models.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, neovim
- Domain
- devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100