Hacker News new | ask | show | jobs
by skybrian 808 days ago
Could you use one tool for code completion and another for chat?
2 comments

Continue.dev allows for this. You can even mix hosted Chat options like GPT-4 (via API) with local completion. I typically use a smaller model for faster text completion and a larger model (with a bigger context) for chat.

https://github.com/continuedev/continue

I think most of them allow for that. Works in vscode and vscode-derived (e.g., cursor) editors.