Skip to content

Commit

Permalink
chore(release): 0.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.10.0](v0.9.1...v0.10.0) (2024-01-23)

### Bug Fixes

* add handling for legacy native openai api responses ([b5de30c](b5de30c))

### Features

* add openai-function-calling app ([9033b6d](9033b6d))
* code lambda_handler() to process tool_call(s) returned by openai api ([f4b076c](f4b076c))
* convert urls in response text to links and add styling ([031eac7](031eac7))
* create new layer_nlp lambda layer ([1c11515](1c11515))
* scaffold a lambda that uses an openai function ([b6a5cc2](b6a5cc2))
  • Loading branch information
github-actions[bot] committed Jan 23, 2024
1 parent 59f9114 commit 5b8cc35
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# [0.10.0](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.9.1...v0.10.0) (2024-01-23)


### Bug Fixes

* add handling for legacy native openai api responses ([b5de30c](https://github.com/FullStackWithLawrence/aws-openai/commit/b5de30cbbfebed2ca50189063b80f16a92b9b49e))


### Features

* add openai-function-calling app ([9033b6d](https://github.com/FullStackWithLawrence/aws-openai/commit/9033b6dd02fea818588ae9d926ded4cbf34411eb))
* code lambda_handler() to process tool_call(s) returned by openai api ([f4b076c](https://github.com/FullStackWithLawrence/aws-openai/commit/f4b076cff230fee81faf8d0858baf409f0b9ada2))
* convert urls in response text to links and add styling ([031eac7](https://github.com/FullStackWithLawrence/aws-openai/commit/031eac772627f13636501071ea212c0210476a95))
* create new layer_nlp lambda layer ([1c11515](https://github.com/FullStackWithLawrence/aws-openai/commit/1c115155252b954189418c9415aae7912d633b3d))
* scaffold a lambda that uses an openai function ([b6a5cc2](https://github.com/FullStackWithLawrence/aws-openai/commit/b6a5cc280fe57637e2cdf6ba869cc8760bc49d4e))

## [0.9.1](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.9.0...v0.9.1) (2024-01-20)


Expand Down

0 comments on commit 5b8cc35

Please sign in to comment.