Skip to content

Commit

Permalink
v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lgrammel committed Aug 15, 2023
1 parent 0439c67 commit 7ea0ed6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 77 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v0.12.0 - 2023-08-15

### Added

- JsonTextGenerationModel and InstructionWithSchemaPrompt to support generateJson on text generation models.

## v0.11.0 - 2023-08-14

### Changed
Expand Down
78 changes: 2 additions & 76 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": "modelfusion",
"description": "Build AI applications, chatbots, and agents with JavaScript and TypeScript.",
"version": "0.11.0",
"version": "0.12.0",
"author": "Lars Grammel",
"license": "MIT",
"keywords": [
Expand Down

1 comment on commit 7ea0ed6

@vercel
Copy link

@vercel vercel bot commented on 7ea0ed6 Aug 15, 2023

Choose a reason for hiding this comment

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

Please sign in to comment.