-
Notifications
You must be signed in to change notification settings - Fork 106
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels