Skip to content

Commit 5b8cc35

Browse files
chore(release): 0.10.0 [skip ci]
# [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))
1 parent 59f9114 commit 5b8cc35

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
# [0.10.0](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.9.1...v0.10.0) (2024-01-23)
2+
3+
4+
### Bug Fixes
5+
6+
* add handling for legacy native openai api responses ([b5de30c](https://github.com/FullStackWithLawrence/aws-openai/commit/b5de30cbbfebed2ca50189063b80f16a92b9b49e))
7+
8+
9+
### Features
10+
11+
* add openai-function-calling app ([9033b6d](https://github.com/FullStackWithLawrence/aws-openai/commit/9033b6dd02fea818588ae9d926ded4cbf34411eb))
12+
* code lambda_handler() to process tool_call(s) returned by openai api ([f4b076c](https://github.com/FullStackWithLawrence/aws-openai/commit/f4b076cff230fee81faf8d0858baf409f0b9ada2))
13+
* convert urls in response text to links and add styling ([031eac7](https://github.com/FullStackWithLawrence/aws-openai/commit/031eac772627f13636501071ea212c0210476a95))
14+
* create new layer_nlp lambda layer ([1c11515](https://github.com/FullStackWithLawrence/aws-openai/commit/1c115155252b954189418c9415aae7912d633b3d))
15+
* scaffold a lambda that uses an openai function ([b6a5cc2](https://github.com/FullStackWithLawrence/aws-openai/commit/b6a5cc280fe57637e2cdf6ba869cc8760bc49d4e))
16+
117
## [0.9.1](https://github.com/FullStackWithLawrence/aws-openai/compare/v0.9.0...v0.9.1) (2024-01-20)
218

319

0 commit comments

Comments
 (0)