Skip to content

Commit

Permalink
Merge pull request #44 from brainlid/me-release-v0-1-3
Browse files Browse the repository at this point in the history
preparation for v0.1.3 release
  • Loading branch information
brainlid authored Dec 1, 2023
2 parents 0b9ffcf + bd7b347 commit 983213e
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,15 @@
# Changelog

## v0.1.3 (2023-11-?)

## v0.1.3 (2023-12-01)

- Merged PR #43 - https://github.com/brainlid/langchain/pull/43
- Add Finch retry strategy to OpenAI Chat API requests
- Merged PR #39 - https://github.com/brainlid/langchain/pull/39
- Changed ENV key from `OPENAI_KEY` to `OPENAI_API_KEY` to be consistent with the OpenAI docs.
- Merged PR #36 - https://github.com/brainlid/langchain/pull/36
- Support specifying the `seed` with OpenAI calls. Used in testing for more deterministic behavior.
- Merged PR #34 - https://github.com/brainlid/langchain/pull/34
- Enable sending the `json_response` flag with OpenAI model requests.
- Created `LangChain.FunctionParam` to express JSONSchema-friendly data structures. Supports basic types, arrays, enums, objects, arrays of objects and nested objects.
- Still allows for full control over JSONSchema by providing an override `parameters_schema` object to full self-describe it.

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defmodule LangChain.MixProject do
use Mix.Project

@version "0.1.2"
@version "0.1.3"

def project do
[
Expand Down

0 comments on commit 983213e

Please sign in to comment.