This commit is contained in:
Saifeddine ALOUI 2024-02-16 22:44:29 +01:00
parent deea005c4d
commit 56a53bb35e
5 changed files with 13 additions and 12 deletions

View File

@ -1,11 +1,15 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 60
version: 61
binding_name: null
model_name: null
show_news_panel: True
# Execution protection
turn_on_code_execution: True
turn_on_code_validation: False
# Server information
headless_server_mode: False
allowed_origins: []

View File

@ -1,11 +1,15 @@
# =================== Lord Of Large Language Multimodal Systems Configuration file ===========================
version: 60
version: 61
binding_name: null
model_name: null
show_news_panel: True
# Execution protection
turn_on_code_execution: True
turn_on_code_validation: False
# Server information
headless_server_mode: False
allowed_origins: []

View File

@ -21,7 +21,7 @@ from socketio import ASGIApp
sio = socketio.AsyncServer(async_mode="asgi")
app = FastAPI()
app = FastAPI(title="LoLLMS", description="This is the LoLLMS-Elf API documentation")
def main():
# Parsong parameters

View File

@ -1,11 +1,6 @@
tqdm
pyyaml
Pillow
flask
flask_socketio
flask-cors
simple-websocket
eventlet
wget
setuptools
requests

View File

@ -1,14 +1,12 @@
tqdm
pyyaml
Pillow
flask
flask_socketio
flask-cors
simple-websocket
wget
setuptools
requests
safe_store
ascii_colors>=0.1.3
autopep8