Skip to content

Commit

Permalink
published demos
Browse files Browse the repository at this point in the history
  • Loading branch information
matt200-ok committed Jan 14, 2025
1 parent cc03b23 commit 45b8005
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@picovoice/picollm-node-demo",
"version": "1.2.3",
"version": "1.2.4",
"description": "Picovoice PicoLLM Node.js chat and completion demos",
"scripts": {
"chat": "node chat.js",
Expand Down
4 changes: 2 additions & 2 deletions demo/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@

setuptools.setup(
name="picollmdemo",
version="1.2.3",
version="1.2.4",
author="Picovoice",
author_email="hello@picovoice.ai",
description="picoLLM Inference Engine demos",
long_description=long_description,
long_description_content_type="text/markdown",
url="https://github.com/Picovoice/picollm",
packages=["picollmdemo"],
install_requires=["picollm==1.2.3"],
install_requires=["picollm==1.2.4"],
include_package_data=True,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 45b8005

Please sign in to comment.