Skip to content

Releases: FullStackWithLawrence/aws-openai

v0.10.6

29 Jan 16:55
Compare
Choose a tag to compare

0.10.6 (2024-01-29)

Bug Fixes

v0.10.5

28 Jan 22:05
Compare
Choose a tag to compare

0.10.5 (2024-01-28)

Bug Fixes

v0.10.4

27 Jan 22:01
Compare
Choose a tag to compare

0.10.4 (2024-01-27)

Bug Fixes

v0.10.3

27 Jan 00:05
Compare
Choose a tag to compare

0.10.3 (2024-01-27)

Bug Fixes

v0.10.2

23 Jan 18:37
Compare
Choose a tag to compare

0.10.2 (2024-01-23)

Bug Fixes

  • add more granular info section selections (ce870f0)

v0.10.1

23 Jan 15:43
Compare
Choose a tag to compare

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
Choose a tag to compare

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
Choose a tag to compare

0.9.1 (2024-01-20)

Bug Fixes

v0.9.0

30 Dec 15:04
Compare
Choose a tag to compare

0.9.0 (2023-12-30)

Features

v0.8.2

30 Dec 05:02
Compare
Choose a tag to compare

0.8.2 (2023-12-30)

Bug Fixes

  • refactor request templates for openai api v1 object_type (c857082)