CodeGPT
CodeGPT copied to clipboard
Completions for Unity (C#) broken?
What happened?
Using ollama with llama3.1 7B/deepseek 14b and while chat works great, completions often look like random gibberish like this:
// create float called shield
</PRE>
If I was using Github Copilot I'd get something like this:
// create float called shield
var shield = 1f;
Relevant log output or stack trace
Steps to reproduce
Try to use completition with ollama in a unity project.
CodeGPT version
3.2.0-241.1
Operating System
Windows