chenfei-wu / TaskMatrix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The workflow of LowCodeLLM cannot be displayed normally

tuofeilunhifi opened this issue · comments

According to the command of LowCodeLLM, the workflow cannot be displayed normally.

71197279-5733-4A83-874A-3EAC1E158269

@tuofeilunhifi , how did you get this far?
When I run the command docker run -p 8888:8888 --env-file config.ini lowcode:latest, I receive an error:

Unable to find image 'lowcode:latest' locally
docker: Error response from daemon: pull access denied for lowcode, 
repository does not exist or may require 'docker login': denied: 
requested access to the resource is denied.

I brought it up here #384, but none responded yet.

You need to build the image first

@tuofeilunhifi , thank you. I missed the docker build command in the docs.

I was able to generate something like a flowchart. I clicked the Submit button and had to wait ~4-5secs for the first iteration to be created.

I clicked Regenerate 3x, waiting 3-5 secs between clicks. The system generates this:

image

@tuofeilunhifi , I noticed that when clicking Submit or Regenerate I watched the docker run command in the terminal. I could see each POST /api/get_workflow command. Are you seeing these requests?

@tuofeilunhifi , thank you. I missed the docker build command in the docs.

I was able to generate something like a flowchart. I clicked the Submit button and had to wait ~4-5secs for the first iteration to be created.

I clicked Regenerate 3x, waiting 3-5 secs between clicks. The system generates this:

image

@tuofeilunhifi , I noticed that when clicking Submit or Regenerate I watched the docker run command in the terminal. I could see each POST /api/get_workflow command. Are you seeing these requests?

Think you.Maybe there is something wrong with my environment, I will check again.