ParisNeo / lollms

Lord of LLMS
Apache License 2.0
269 stars 50 forks source link

code seems still outdated? #27

Open N0el4kLs opened 2 months ago

N0el4kLs commented 2 months ago

Hi Admin👋, I’ve encountered some unexpected errors when using docker-compose up -d to start your awesome project. I’ve gone through the code and identified a few areas that seemed outdated or incorrect. Here are the problems I found and the corresponding fixes I applied:

Problems and Solutions:

  1. Problem 1: No module named git image

Solution:

image
  1. Problem 2: unrecognized arguments: --default_cfg_path image

Solution:

image
  1. Problem 3: LOLLMSElfServer.build_instance() got an unexpected keyword argument 'socketio' image

Solution:

image
  1. Problem 4: LOLLMSElfServer.__init__() got an unexpected keyword argument 'load_sd_service' image

Solution:

image
N0el4kLs commented 2 months ago

My environment is: macOS 14.5 23F79 arm64 Docker Compose version v2.27.3