Skip to content

Commit

Permalink
new release web component
Browse files Browse the repository at this point in the history
  • Loading branch information
vemonet committed Dec 13, 2024
1 parent 1abd215 commit 2edd798
Show file tree
Hide file tree
Showing 5 changed files with 1,167 additions and 1,181 deletions.
1 change: 0 additions & 1 deletion chat-with-context/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,4 +112,3 @@ Publish new version:
```sh
npm version patch
```

6 changes: 1 addition & 5 deletions chat-with-context/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,7 @@ <h2 class="text-xl font-semibold">
</div>

<div class="flex-grow mx-5">
<chat-with-context
api="{{ api_url }}"
api-key="{{ expasy_key }}"
examples="{{ examples }}"
></chat-with-context>
<chat-with-context api="{{ api_url }}" api-key="{{ expasy_key }}" examples="{{ examples }}"></chat-with-context>
</div>
</div>
</body>
Expand Down
4 changes: 2 additions & 2 deletions chat-with-context/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chat-with-context/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sib-swiss/chat-with-context",
"version": "0.0.3",
"version": "0.0.4",
"description": "A web component to easily deploy a chat with context.",
"license": "MIT",
"author": {
Expand Down
Loading

0 comments on commit 2edd798

Please sign in to comment.