Skip to content

Commit

Permalink
change repo name
Browse files Browse the repository at this point in the history
  • Loading branch information
AiQL.com committed Aug 4, 2024
1 parent 0815116 commit 97cbb53
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ By simplifying the structure and key functions, developers can quickly set up an
### Option 2: Download [Index](./index.html) and open it locally (recommended)

### Option 3: Deploy your own Chatbot by [Docker](https://hub.docker.com/repository/docker/aiql/chat-ui-lite/tags?page=1&ordering=last_updated)
### Option 3: Deploy your own Chatbot by [Docker](https://hub.docker.com/repository/docker/aiql/chat-ui/tags?page=1&ordering=last_updated)
```shell
docker run -p 8080:8080 -d aiql/chat-ui-lite
docker run -p 8080:8080 -d aiql/chat-ui
```

### Option 4: fork this repo and link it to [Cloudflare pages](https://developers.cloudflare.com/pages)
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1320,7 +1320,7 @@ <h5 class="font-weight-bold">{{ column.key }}</h5>
renderer: 'svg',
loop: true,
autoplay: true,
path: 'https://gcore.jsdelivr.net/gh/aiql-community/chat-ui-lite/lottie.json' // the path to the animation json
path: 'https://gcore.jsdelivr.net/gh/aiql-community/chat-ui/lottie.json' // the path to the animation json
});
};

Expand Down

0 comments on commit 97cbb53

Please sign in to comment.