Using it inside VS Code with Copilot Extension

#14
by Joaquinfpg - opened

I have deployed the model in a RTX PRO 5000 72GB with Ollama; added Ollama extension and I have tried it with Ollama extension on Copilot and also as custom endpoint.

Ollama modelfile shows no Sytem Prompt, Temperature =1, top_p 0.95 and its license.

As coding agent with copilot i see its breaking when invoking tools, then it starts looping, and adding old already deprecated libraries to the codebase.

I have tried the model with SGLang too and its also leaking internal reasoning in the response text [ <|END_THINKING|><|START_TEXT|> ] which corrupts tool calling, same as it did with Ollama.

So far it seems to be pretty efficient and fast and does have good coding standards, adds plenty of comments to the code and structures the files properly.

Any guess on whats causing this or how can i fix this in my instance?

Sign up or log in to comment