jmitek
jmitek
This would be really useful. I know that the Continue plugin for VS Code works perfectly with Ollama/codellama/starcoder2. Maybe that would be a starting point?
@intitni I'm mostly using codellama:13b. Also starcode2:15b. I've no idea what the template might look like for them though.
Interesting. So if connect it to codellama , here are my settings: This is the kind of completion I get in Xcode:  Using "Default" has similar results. I notice...
@intitni Thanks, so I made it use /generate again and filled in the template exactly as you have it (the default one I had was different). I can see it...
here my updated settings:  I see that you are using codellama:7b-code, I'm using the non "-code" version, if that makes any difference?
Awesome!, I pulled codellama:13b-code and use this from the Ollama site (https://ollama.com/library/codellama:13b-code): ` {prefix} {suffix} ` which is the same as the default one in the app. So it seems...