jmitek

Results 6 comments of 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: ![image](https://github.com/user-attachments/assets/9d87e2bf-a9df-45dc-91f4-14b525f8fc64) 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: ![image](https://github.com/user-attachments/assets/4acb6b52-c3cb-4c71-aee2-41905ecca1fe) 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...