calcuis commited on
Commit
7e9515e
·
verified ·
1 Parent(s): fbca739

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -39,7 +39,7 @@ ggc e5
39
  ```
40
 
41
  - make sure your endpoint(s) dosen't break by double checking each others
42
- - since `ggc w8` or/and `ggc e5` will create a .py backend file to your current directory, it might trigger the uvicorn relaunch if you pull everything in the same directory; once you keep those .py files (after first lauch), then you could execute `uvicorn backend:app --reload --port 8000` or/and `uvicorn backend5:app --reload --port 8005` instead for the next launch
43
 
44
  ## how it works?
45
  - if you ask anything, i.e., just to say `hi`; everybody (llm agent(s)) will response
 
39
  ```
40
 
41
  - make sure your endpoint(s) dosen't break by double checking each others
42
+ - since `ggc w8` or/and `ggc e5` will create a .py backend file to your current directory, it might trigger the uvicorn relaunch if you pull everything in the same directory; once you keep those .py files (after first lauch), then you could just execute `uvicorn backend:app --reload --port 8000` or/and `uvicorn backend5:app --reload --port 8005` instead for the next launch (no file changes won't trigger relaunch)
43
 
44
  ## how it works?
45
  - if you ask anything, i.e., just to say `hi`; everybody (llm agent(s)) will response