LucienShui / huggingface-vscode-endpoint-server

starcoder server for huggingface-vscdoe custom endpoint
Apache License 2.0
166 stars 55 forks source link

able to see the output in logs. But doesn't type in VSCode editor.. any thoughts #13

Open satnair opened 12 months ago

satnair commented 12 months ago

I am able to see the output in the logs. But it doesn't type in the vscode editor. Thanks

noobmldude commented 10 months ago

I face the same issue, I can see that there is a response from the model server. However this response is not added to the code file in IDE. Is there an issue on the extension side?

I can see in the Output pane that every keystroke sends a new request to the endpoint server and slowly the server responds to each request which ends up spamming the extension with a lot of responses. Could this be the reason for the issue?