mirror of
https://github.com/ParisNeo/lollms-webui.git
synced 2025-02-11 13:05:22 +00:00
upgraded
This commit is contained in:
parent
225d6d00c6
commit
a998f1211c
4
app.py
4
app.py
@ -40,12 +40,8 @@ from flask import (
|
|||||||
)
|
)
|
||||||
from flask_socketio import SocketIO, emit
|
from flask_socketio import SocketIO, emit
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
import gc
|
|
||||||
import yaml
|
import yaml
|
||||||
from geventwebsocket.handler import WebSocketHandler
|
from geventwebsocket.handler import WebSocketHandler
|
||||||
from gevent.pywsgi import WSGIServer
|
|
||||||
import requests
|
|
||||||
from concurrent.futures import ThreadPoolExecutor, as_completed
|
|
||||||
import logging
|
import logging
|
||||||
import psutil
|
import psutil
|
||||||
from lollms.binding import LOLLMSConfig
|
from lollms.binding import LOLLMSConfig
|
||||||
|
@ -10,3 +10,4 @@ gevent-websocket
|
|||||||
pyaipersonality>=0.0.14
|
pyaipersonality>=0.0.14
|
||||||
lollms
|
lollms
|
||||||
langchain
|
langchain
|
||||||
|
requests
|
Loading…
x
Reference in New Issue
Block a user