Skip to content

Commit

Permalink
v0.0.27
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jul 11, 2023
1 parent 8829757 commit 976feef
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 0.0.27 - 2023-07-11

### Added

- TextDeltaEventSource for Client/Server streaming support.

### Fixed

- End-of-stream bug in Llama.cpp text streaming.

## 0.0.26 - 2023-07-11

### Added
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "ai-utils.js",
"description": "A TypeScript-first library for building AI apps, chatbots, and agents.",
"version": "0.0.26",
"version": "0.0.27",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit 976feef

@vercel
Copy link

@vercel vercel bot commented on 976feef Jul 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

ai-utils-js – ./

ai-utils-js-lgrammel.vercel.app
ai-utils.dev
ai-utils-js-git-main-lgrammel.vercel.app
ai-utils.vercel.app

Please sign in to comment.