Releases: FullStackWithLawrence/aws-openai
Releases · FullStackWithLawrence/aws-openai
v0.10.2
23 Jan 18:37
Compare
Sorry, something went wrong.
No results found
0.10.2 (2024-01-23)
Bug Fixes
add more granular info section selections (ce870f0 )
v0.10.1
23 Jan 15:43
Compare
Sorry, something went wrong.
No results found
0.10.1 (2024-01-23)
Bug Fixes
configure google maps api for use in aws lambda. (37068ee )
graceful failure if google geolocation api key is missing. (f601c64 )
implement get_current_weather() using google maps api + open-meteo (453a432 )
v0.10.0
23 Jan 02:49
Compare
Sorry, something went wrong.
No results found
0.10.0 (2024-01-23)
Bug Fixes
add handling for legacy native openai api responses (b5de30c )
Features
add openai-function-calling app (9033b6d )
code lambda_handler() to process tool_call(s) returned by openai api (f4b076c )
convert urls in response text to links and add styling (031eac7 )
create new layer_nlp lambda layer (1c11515 )
scaffold a lambda that uses an openai function (b6a5cc2 )
v0.9.1
20 Jan 14:27
Compare
Sorry, something went wrong.
No results found
0.9.1 (2024-01-20)
Bug Fixes
v0.9.0
30 Dec 15:04
Compare
Sorry, something went wrong.
No results found
0.9.0 (2023-12-30)
Features
v0.8.2
30 Dec 05:02
Compare
Sorry, something went wrong.
No results found
0.8.2 (2023-12-30)
Bug Fixes
refactor request templates for openai api v1 object_type (c857082 )
v0.8.1
30 Dec 03:57
Compare
Sorry, something went wrong.
No results found
0.8.1 (2023-12-30)
Bug Fixes
ensure that AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY are set when running CI (3d788b0 )
fix indentation error (806865b )
v0.8.0
30 Dec 02:38
Compare
Sorry, something went wrong.
No results found
0.8.0 (2023-12-30)
Bug Fixes
add an error boundary (4b7d021 )
convert return value to json if necessary. also verify dict keys before attempting to access anything (376e14d )
ensure that error messages are strings (7c01083 )
scaffold an Error Boundary for the chatapp (3fcbdb6 )
Features
v0.7.2
19 Dec 14:14
Compare
Sorry, something went wrong.
No results found
0.7.2 (2023-12-19)
Bug Fixes
add unit tests for common (ef7123f )
v0.7.1
18 Dec 23:46
Compare
Sorry, something went wrong.
No results found
0.7.1 (2023-12-18)
Bug Fixes
refactor and update Layer build resources (626034c )