You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
Due to the influence of computer performance and model size, the waiting time may be a little long. Can we use WebSocket to communicate to get real-time line-by-line display code?
Although the total time of code generation will not change, it can improve the user experience. At the same time, the relevant code of vscode-fauxpilot also needs to be modified.
Due to the influence of computer performance and model size, the waiting time may be a little long. Can we use WebSocket to communicate to get real-time line-by-line display code?
Although the total time of code generation will not change, it can improve the user experience. At the same time, the relevant code of vscode-fauxpilot also needs to be modified.
Here is an example of using WS for ggml model in c++.
https://github.com/monatis/llm-api
The text was updated successfully, but these errors were encountered: