This website requires JavaScript.
Explore
Gist
Help
Register
Sign In
cyberes
/
local-llm-server
Archived
Watch
1
Star
1
Fork
You've already forked local-llm-server
0
Code
Issues
Pull Requests
Packages
Projects
Releases
1
Wiki
Activity
This repository has been archived on
2024-10-27
. You can view files and clone it, but cannot push or open issues or pull requests.
bc25d92c95
local-llm-server
/
llm_server
/
sock.py
9 lines
108 B
Python
Raw
Blame
History
from
flask_sock
import
Sock
sock
=
Sock
(
)
def
init_socketio
(
app
)
:
global
sock
sock
.
init_app
(
app
)
Reference in New Issue
View Git Blame
Copy Permalink