mirror of
https://github.com/ParisNeo/lollms.git
synced 2024-12-18 20:27:58 +00:00
upgraded
This commit is contained in:
parent
deea005c4d
commit
56a53bb35e
@ -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: []
|
||||
|
||||
|
@ -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: []
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,11 +1,6 @@
|
||||
tqdm
|
||||
pyyaml
|
||||
Pillow
|
||||
flask
|
||||
flask_socketio
|
||||
flask-cors
|
||||
simple-websocket
|
||||
eventlet
|
||||
wget
|
||||
setuptools
|
||||
requests
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user