mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-19 20:37:51 +00:00
removed not required packets
This commit is contained in:
parent
ae850ce88f
commit
13ce4a069f
@ -1 +1 @@
|
||||
Subproject commit 28152965924b7e69e45950f29d4818c31ef4bbff
|
||||
Subproject commit 62a8af9c3b22d2a1b70d7657164e70ced86d16c8
|
@ -1,19 +1,17 @@
|
||||
tqdm
|
||||
psutil
|
||||
setuptools
|
||||
pyyaml
|
||||
numpy
|
||||
flask
|
||||
flask_socketio
|
||||
pytest
|
||||
pyyaml
|
||||
markdown
|
||||
gevent
|
||||
gevent-websocket
|
||||
langchain
|
||||
requests
|
||||
eventlet
|
||||
websocket-client
|
||||
GitPython
|
||||
setuptools
|
||||
numpy
|
||||
flask_compress
|
||||
gevent-websocket
|
||||
websocket-client
|
||||
eventlet
|
||||
tqdm
|
||||
psutil
|
||||
pytest
|
||||
gevent
|
||||
requests
|
||||
GitPython
|
||||
ascii_colors>=0.1.4
|
||||
beautifulsoup4
|
@ -7,7 +7,6 @@ pyyaml
|
||||
markdown
|
||||
gevent
|
||||
gevent-websocket
|
||||
langchain
|
||||
requests
|
||||
eventlet
|
||||
websocket-client
|
||||
|
@ -24,6 +24,7 @@ export const store = createStore({
|
||||
state () {
|
||||
return {
|
||||
// count: 0,
|
||||
startSpeechRecognition:null,
|
||||
ready:false,
|
||||
loading_infos: "",
|
||||
loading_progress: 0,
|
||||
|
Loading…
Reference in New Issue
Block a user