CodeGPT icon indicating copy to clipboard operation
CodeGPT copied to clipboard

Completions for Unity (C#) broken?

Open gravitydeepimpactsun opened this issue 10 months ago • 0 comments

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

gravitydeepimpactsun avatar Apr 03 '25 15:04 gravitydeepimpactsun