Skip to content

Commit

Permalink
Update REAME to be consistent with .env variables (#452)
Browse files Browse the repository at this point in the history
* Update REAME to be consistent with .env variables

Signed-off-by: Yue, Wenjiao <[email protected]>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: Yue, Wenjiao <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
WenjiaoYue and pre-commit-ci[bot] authored Jul 24, 2024
1 parent 95c13d9 commit e371b1e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
7 changes: 0 additions & 7 deletions AudioQnA/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
Here're some of the project's features:

- Start a Talking Chat:Initiate voice chat, able to input voice content, and customize the conversation sound based on the uploaded file.
- Upload File: Select local upload of voice file. Chat based on the uploaded sound.
- Scroll to Bottom: The chat automatically slides to the bottom.

<h2>🛠️ Get it Running:</h2>
Expand All @@ -22,13 +21,7 @@ Here're some of the project's features:
3. Modify the required .env variables.

```
TTS_URL = ''
UPLOAD_URL = ''
CHAT_URL = ''
ASR_URL = ''
```

4. Execute `npm install` to install the corresponding dependencies.
Expand Down
4 changes: 4 additions & 0 deletions ChatQnA/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,13 @@ Here're some of the project's features:
2. cd command to the current folder.

3. Modify the required .env variables.

```
DOC_BASE_URL = ''
UPLOAD_FILE_BASE_URL = ''
```

4. Execute `npm install` to install the corresponding dependencies.

5. Execute `npm run dev` in both environments
2 changes: 1 addition & 1 deletion CodeGen/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Here're some of the project's features:

3. Modify the required .env variables.
```
BASE_URL = ''
BASIC_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.

Expand Down
2 changes: 1 addition & 1 deletion CodeTrans/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Here're some of the project's features:

3. Modify the required .env variables.
```
BASIC_URL = ''
BASE_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.

Expand Down
2 changes: 1 addition & 1 deletion DocSum/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Here're some of the project's features:

3. Modify the required .env variables.
```
BASIC_URL = ''
DOC_BASE_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.

Expand Down
2 changes: 1 addition & 1 deletion Translation/docker/ui/svelte/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Here're some of the project's features:

3. Modify the required .env variables.
```
BASIC_URL = ''
BASE_URL = ''
```
4. Execute `npm install` to install the corresponding dependencies.

Expand Down

0 comments on commit e371b1e

Please sign in to comment.