Skip to content

Commit

Permalink
v0.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Jul 7, 2023
1 parent 0120f84 commit b583d20
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 0.0.21 - 2023-07-07

### New

- JSON generation model.

## 0.0.20 - 2023-07-02

### New
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.20",
"version": "0.0.21",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion src/model/text-generation/JsonGenerationEvent.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {
ModelCallFinishedEventMetadata,
ModelCallStartedEventMetadata,
} from "model/ModelCallEvent.js";
} from "../ModelCallEvent.js";
import { JsonGenerationSchema } from "./JsonGenerationModel.js";

export type JsonGenerationStartedEvent = {
Expand Down

1 comment on commit b583d20

@vercel
Copy link

@vercel vercel bot commented on b583d20 Jul 7, 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.vercel.app
ai-utils.dev
ai-utils-js-git-main-lgrammel.vercel.app

Please sign in to comment.