Spaces:
Build error
Build error
Fixed grammar (#291)
Browse files* Update README.md
* Update package-lock.json
- README.md +1 -1
- package-lock.json +2 -2
README.md
CHANGED
@@ -37,7 +37,7 @@ HF_ACCESS_TOKEN=<your access token>
|
|
37 |
|
38 |
The chat history is stored in a MongoDB instance, and having a DB instance available is needed for Chat UI to work.
|
39 |
|
40 |
-
You can use a local MongoDB instance. The easiest way is to spin one up
|
41 |
|
42 |
```bash
|
43 |
docker run -d -p 27017:27017 --name mongo-chatui mongo:latest
|
|
|
37 |
|
38 |
The chat history is stored in a MongoDB instance, and having a DB instance available is needed for Chat UI to work.
|
39 |
|
40 |
+
You can use a local MongoDB instance. The easiest way is to spin one up using docker:
|
41 |
|
42 |
```bash
|
43 |
docker run -d -p 27017:27017 --name mongo-chatui mongo:latest
|
package-lock.json
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
{
|
2 |
"name": "chat-ui",
|
3 |
-
"version": "0.
|
4 |
"lockfileVersion": 3,
|
5 |
"requires": true,
|
6 |
"packages": {
|
7 |
"": {
|
8 |
"name": "chat-ui",
|
9 |
-
"version": "0.
|
10 |
"dependencies": {
|
11 |
"@huggingface/hub": "^0.5.1",
|
12 |
"@huggingface/inference": "^2.2.0",
|
|
|
1 |
{
|
2 |
"name": "chat-ui",
|
3 |
+
"version": "0.3.0",
|
4 |
"lockfileVersion": 3,
|
5 |
"requires": true,
|
6 |
"packages": {
|
7 |
"": {
|
8 |
"name": "chat-ui",
|
9 |
+
"version": "0.3.0",
|
10 |
"dependencies": {
|
11 |
"@huggingface/hub": "^0.5.1",
|
12 |
"@huggingface/inference": "^2.2.0",
|