twinnydotdev / twinny

The most no-nonsense, locally or API-hosted AI code completion plugin for Visual Studio Code - like GitHub Copilot but completely free and 100% private.
https://twinny.dev
MIT License
2.3k stars 126 forks source link

Code completion works, but chat just spins the progress circle indefinitely #240

Closed 2picus closed 2 months ago

2picus commented 2 months ago

Discussed in https://github.com/rjmacarthy/twinny/discussions/238

Originally posted by **2picus** May 5, 2024 I have Twinny installed on Ubuntu Linux 22.04, and have installed the codellama:7b-instruct and codellama:7b-code providers via Ollama. I have the Chat and Fill-in-middle providers set in the extension. Inline suggestions work now, but when I enter a chat message, it just spins the progress circle and never completes. What could be going on here?

Confirmed to work in version 3.11.17, but not in latest version

rjmacarthy commented 2 months ago

Hey, thanks for the issue report. Please could you confirm what settings you are using for chat provider? Edit: I just released a new version which fixes the system template creation for some reason using a constant for the name was preventing the creation of the system template. Please let me know if it helps.

Many thanks,

2picus commented 2 months ago

The latest version does seem to fix the problem. Thanks!