juntaoyuan commited on
Commit
dff6689
1 Parent(s): 46cfdd4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -17,12 +17,12 @@ Run Open source LLMs and create OpenAI-compatible API services for the Llama2 se
17
  Run a single command in your command line terminal.
18
 
19
  ```
20
- bash <(curl -sSfL 'https://code.flows.network/webhook/iwYN1SdN3AmPgR5ao5Gt/run-llm.sh')
21
  ```
22
 
23
  Follow the on-screen instructions to install the WasmEdge Runtime and download your favorite open-source LLM. Then, choose whether you want to chat with the model via the CLI or via a web UI.
24
 
25
- [See it in action](https://youtu.be/Hqu-PBqkzDk) | [Docs](https://www.secondstate.io/articles/run-llm-sh/)
26
 
27
  ## Why?
28
 
 
17
  Run a single command in your command line terminal.
18
 
19
  ```
20
+ bash <(curl -sSfL 'https://raw.githubusercontent.com/LlamaEdge/LlamaEdge/main/run-llm.sh') --interactive
21
  ```
22
 
23
  Follow the on-screen instructions to install the WasmEdge Runtime and download your favorite open-source LLM. Then, choose whether you want to chat with the model via the CLI or via a web UI.
24
 
25
+ [See it in action](https://youtu.be/Hqu-PBqkzDk) | [GitHub](https://github.com/LlamaEdge/LlamaEdge) | [Docs](https://www.secondstate.io/articles/run-llm-sh/)
26
 
27
  ## Why?
28