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.36k stars 130 forks source link

Fetch error: Error: Server responded with status code: 404 #173

Closed JianJroh closed 4 months ago

JianJroh commented 4 months ago

Describe the bug

VS code extension features not work, but terminal chat work.

image

Throw Fetch error: Error: Server responded with status code: 404 in Developer Tools Console tab

image

ollama run codellama:7b in powershell.

image

http://localhost:11434 -> response Ollama is running

rjmacarthy commented 4 months ago

Hey, I'm not sure...looks right configuration. Can you call Ollama server with curl?

MoXiaoluo commented 2 months ago

any suggestions for this issue? @rjmacarthy

MoXiaoluo commented 2 months ago

@JianJroh how to fix this problem?