This commit is contained in:
Saifeddine ALOUI 2023-06-10 23:11:36 +02:00
parent 225d6d00c6
commit a998f1211c
2 changed files with 2 additions and 5 deletions

4
app.py
View File

@ -40,12 +40,8 @@ from flask import (
)
from flask_socketio import SocketIO, emit
from pathlib import Path
import gc
import yaml
from geventwebsocket.handler import WebSocketHandler
from gevent.pywsgi import WSGIServer
import requests
from concurrent.futures import ThreadPoolExecutor, as_completed
import logging
import psutil
from lollms.binding import LOLLMSConfig

View File

@ -9,4 +9,5 @@ gevent
gevent-websocket
pyaipersonality>=0.0.14
lollms
langchain
langchain
requests