Skip to content

Commit

Permalink
Prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
WieslerTNG committed Jan 11, 2024
1 parent 1e2fbc1 commit 90447e8
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
# Changelog

## 6.0.0

- Added `num_tokens_prompt_total` to the types below.
This is a breaking change since `num_tokens_prompt_total` is mandatory.
- `EmbeddingResponse`
- `SemanticEmbeddingResponse`
- `BatchSemanticEmbeddingResponse`
- HTTP API version 1.15.0 or higher is required.

## 5.0.0

- Added `num_tokens_prompt_total` and `num_tokens_generated` to `CompletionResponse`. This is a
breaking change as these were introduced as mandatory parameters rather than optional ones.
HTTP API version 1.14.0 or higher is required.
- HTTP API version 1.14.0 or higher is required.

## 4.1.0

- Added `verify_ssl` flag so you can disable SSL checking for your sessions.
- Added `verify_ssl` flag, so you can disable SSL checking for your sessions.

## 4.0.0

Expand Down

0 comments on commit 90447e8

Please sign in to comment.