Skip to content

Commit

Permalink
llm-app 0.3.0 release
Browse files Browse the repository at this point in the history
llm-app 0.3.0 release

GitOrigin-RevId: cd0d13297f30f24c4d65f8493e011516e410ee8f
  • Loading branch information
pw-ppodhajski authored and Manul from Pathway committed Sep 28, 2023
1 parent a0913bf commit 346f08f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0] - 2023-09-28

### Added
- Added support for LiteLLM.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "llm-app"
version = "0.2.0"
version = "0.3.0"
description = "LLM-App is a library for creating responsive AI applications leveraging OpenAI/Hugging Face APIs to provide responses to user queries based on live data sources. Build your own LLM application in 30 lines of code, no vector database required."
authors = [
"Jan Chorowski <[email protected]>",
Expand Down

0 comments on commit 346f08f

Please sign in to comment.