Skip to content

Chat not working "AI not responding" #152

@RipleyTom

Description

@RipleyTom

I'm using a llama-server on a mini PC with tls on with a self signed cert. I have specified the cert in llama.vscode settings.
It works for code completion(I can see the /infill requests on the llama-server logs and it shows the completion in vscode) but chat doesn't seem to work(no request visible in llama-server logs), AI not responding is all it says.

console log
console.ts:137 [Extension Host] Webview received message: {command: 'sendText', text: 'This is a test!'}command: "sendText"text: "This is a test!"[[Prototype]]: Object
console.ts:137 [Extension Host] PostMessage command called with: {command: 'updateText', text: '***This is a test!***\n\n'}command: "updateText"text: "***This is a test!***\n\n"[[Prototype]]: Object
console.ts:137 [Extension Host] Webview found, sending message
bundle.js:2 Received message from extension: {command: 'updateText', text: '***This is a test!***\n\n'}command: "updateText"text: "***This is a test!***\n\n"[[Prototype]]: Object
console.ts:137 [Extension Host] PostMessage command called with: {command: 'updateText', text: '***This is a test!***\n\nNo response from AI  \n'}command: "updateText"text: "***This is a test!***\n\nNo response from AI  \n"[[Prototype]]: Object
console.ts:137 [Extension Host] Webview found, sending message
bundle.js:2 Received message from extension: {command: 'updateText', text: '***This is a test!***\n\nNo response from AI  \n'}command: "updateText"text: "***This is a test!***\n\nNo response from AI  \n"[[Prototype]]: Object
console.ts:137 [Extension Host] PostMessage command called with: {command: 'updateCurrentState', text: 'AI not responding'}command: "updateCurrentState"text: "AI not responding"[[Prototype]]: Object
console.ts:137 [Extension Host] Webview found, sending message
bundle.js:2 Received message from extension: {command: 'updateCurrentState', text: 'AI not responding'}command: "updateCurrentState"text: "AI not responding"[[Prototype]]: Object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions