Skip to content

Commit

Permalink
[llm-starter] Publish 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
dglazkov committed Dec 6, 2023
1 parent 3412520 commit 514a2f9
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 deletions.
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 seeds/cloud-function/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"dependencies": {
"@google-labs/breadboard-server": "^0.1.3",
"@google-labs/breadboard": "^0.6.0",
"@google-labs/llm-starter": "^0.2.1",
"@google-labs/llm-starter": "^0.3.0",
"dotenv": "^16.3.1"
}
}
6 changes: 6 additions & 0 deletions seeds/llm-starter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.3.0] - 2023-12-06

- The `generateText` and `embedText` moved to `palm-kit`.
- Lots of error-handling improvements.
- Streaming and Server-sent event support for `fetch`.

## [0.2.1] - 2023-11-08

- In `fetch`, do not add request body if method is `GET`
Expand Down
2 changes: 1 addition & 1 deletion seeds/llm-starter/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# LLM Starter Kit

![Milestone](https://img.shields.io/badge/milestone-M2-red) ![Stability](https://img.shields.io/badge/stability-wip-green)
![Milestone](https://img.shields.io/badge/milestone-M3-red) ![Stability](https://img.shields.io/badge/stability-wip-green)

The LLM Starter Kit is a collection of [Breadboard](https://github.com/google/labs-prototypes/tree/main/seeds/breadboard) nodes that are helpful for building LLM-based (Generative AI) applications.

Expand Down
2 changes: 1 addition & 1 deletion seeds/llm-starter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@google-labs/llm-starter",
"version": "0.2.1",
"version": "0.3.0",
"description": "LLM Starter Kit for the Breadboard library",
"main": "./dist/src/index.js",
"exports": "./dist/src/index.js",
Expand Down

0 comments on commit 514a2f9

Please sign in to comment.