mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2024-12-24 14:36:39 +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
|
setuptools
|
||||||
psutil
|
pyyaml
|
||||||
|
numpy
|
||||||
flask
|
flask
|
||||||
flask_socketio
|
flask_socketio
|
||||||
pytest
|
|
||||||
pyyaml
|
|
||||||
markdown
|
|
||||||
gevent
|
|
||||||
gevent-websocket
|
|
||||||
langchain
|
|
||||||
requests
|
|
||||||
eventlet
|
|
||||||
websocket-client
|
|
||||||
GitPython
|
|
||||||
setuptools
|
|
||||||
numpy
|
|
||||||
flask_compress
|
flask_compress
|
||||||
|
gevent-websocket
|
||||||
|
websocket-client
|
||||||
|
eventlet
|
||||||
|
tqdm
|
||||||
|
psutil
|
||||||
|
pytest
|
||||||
|
gevent
|
||||||
|
requests
|
||||||
|
GitPython
|
||||||
ascii_colors>=0.1.4
|
ascii_colors>=0.1.4
|
||||||
beautifulsoup4
|
beautifulsoup4
|
@ -7,7 +7,6 @@ pyyaml
|
|||||||
markdown
|
markdown
|
||||||
gevent
|
gevent
|
||||||
gevent-websocket
|
gevent-websocket
|
||||||
langchain
|
|
||||||
requests
|
requests
|
||||||
eventlet
|
eventlet
|
||||||
websocket-client
|
websocket-client
|
||||||
|
@ -24,6 +24,7 @@ export const store = createStore({
|
|||||||
state () {
|
state () {
|
||||||
return {
|
return {
|
||||||
// count: 0,
|
// count: 0,
|
||||||
|
startSpeechRecognition:null,
|
||||||
ready:false,
|
ready:false,
|
||||||
loading_infos: "",
|
loading_infos: "",
|
||||||
loading_progress: 0,
|
loading_progress: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user