UNPKG

@webeleon/nestjs-openai

Version:
141 lines (62 loc) 5.26 kB
# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [0.5.2](https://github.com/Webeleon/nestjs-openai/compare/v0.5.1...v0.5.2) (2023-08-27) ### Bug Fixes * **deps:** update dependency openai to v4.1.0 ([6e1ba8a](https://github.com/Webeleon/nestjs-openai/commit/6e1ba8a6402d1399e03ac79873c33476311998ac)) * **deps:** update dependency openai to v4.2.0 ([8137ef7](https://github.com/Webeleon/nestjs-openai/commit/8137ef7fe0d562244176e445043994676b1d84b7)) * **deps:** update dependency openai to v4.3.0 ([f17a638](https://github.com/Webeleon/nestjs-openai/commit/f17a638aa42d29b2c0c83e04d963ecf3454854b9)) * **deps:** update nest monorepo to v10.2.0 ([53f32ed](https://github.com/Webeleon/nestjs-openai/commit/53f32ed48359d053223592885d57536d2e16eeec)) * **deps:** update nest monorepo to v10.2.1 ([0396847](https://github.com/Webeleon/nestjs-openai/commit/039684777f4eceb0301bba422007ed6eda089042)) ### [0.5.1](https://github.com/Webeleon/nestjs-openai/compare/v0.5.0...v0.5.1) (2023-08-21) ### Features * add gpt 3.5 16k in the model list ([49feb3e](https://github.com/Webeleon/nestjs-openai/commit/49feb3e82383aec10f3b141404c0923311b3f9b1)) ### Bug Fixes * **deps:** update dependency openai to v4.0.1 ([85a3321](https://github.com/Webeleon/nestjs-openai/commit/85a332177974fffe4d2bc14e01f174f54e1783b2)) ## [0.5.0](https://github.com/Webeleon/nestjs-openai/compare/v0.4.0...v0.5.0) (2023-08-20) ### ⚠ BREAKING CHANGES * upgrade to openai 4.x ### Features * upgrade to openai 4.x ([86a0e84](https://github.com/Webeleon/nestjs-openai/commit/86a0e84e6bbe0f6ffee3f2b83ccb1c39a019b744)) ### Bug Fixes * **deps:** update dependency openai to v4 ([fca9945](https://github.com/Webeleon/nestjs-openai/commit/fca9945d9bc23c0326afadc5c972f1dcc5ad1f2d)) ## [0.4.0](https://github.com/Webeleon/nestjs-openai/compare/v0.3.0...v0.4.0) (2023-08-05) ### ⚠ BREAKING CHANGES * add temperature and number of completion to chat method ### Features * add temperature and number of completion to chat method ([abc5470](https://github.com/Webeleon/nestjs-openai/commit/abc54700b1159234ca5d264b9e423a1d2698bdf0)) ### Bug Fixes * **deps:** update nest monorepo to v10.1.3 ([3b9bd1b](https://github.com/Webeleon/nestjs-openai/commit/3b9bd1baa43810321f20daca5e3687b032f28bcc)) ## [0.3.0](https://github.com/Webeleon/nestjs-openai/compare/v0.2.0...v0.3.0) (2023-07-30) ### ⚠ BREAKING CHANGES * rename all openAi to openAI ### Features * implement image generation methods ([9b6eafb](https://github.com/Webeleon/nestjs-openai/commit/9b6eafb32b76f06a61875ad57bb29fa387c23b05)) ### Bug Fixes * **deps:** update nest monorepo to v10.1.1 ([cd0672b](https://github.com/Webeleon/nestjs-openai/commit/cd0672b0022e4c7556e694e3a6403b9a1249202d)) * **deps:** update nest monorepo to v10.1.2 ([d4ca3a2](https://github.com/Webeleon/nestjs-openai/commit/d4ca3a28d0d02933784890d39e06243d42aeb151)) * rename all openAi to openAI ([7131d22](https://github.com/Webeleon/nestjs-openai/commit/7131d227d5c2dd5b94c951deb044c4e2ba1816bc)) ## [0.2.0](https://github.com/Webeleon/nestjs-openai/compare/v0.1.4...v0.2.0) (2023-07-23) ### ⚠ BREAKING CHANGES * revert forFeature ### Features * revert forFeature ([4789e06](https://github.com/Webeleon/nestjs-openai/commit/4789e066ae677c02c83d411e481d6b465d399a2b)) ### [0.1.4](https://github.com/Webeleon/nestjs-openai/compare/v0.1.3...v0.1.4) (2023-07-23) ### Bug Fixes * **deps:** update dependency openai to v3.3.0 ([6674b9d](https://github.com/Webeleon/nestjs-openai/commit/6674b9d4ac5553f922c6413d6873b0b478732121)) * **deps:** update nest monorepo to v10 ([f1b7c8d](https://github.com/Webeleon/nestjs-openai/commit/f1b7c8d229c5f167ea8020171a05dabe641e59e6)) * use DynamicModule type instead of OpenAiModule ([8cc5376](https://github.com/Webeleon/nestjs-openai/commit/8cc53763c86ee7fec23452b739569ba8caafa69e)) ### [0.1.3](https://github.com/Webeleon/nestjs-openai/compare/v0.1.2...v0.1.3) (2023-07-22) ### Features * add a forFeature method in the OpenAiModule ([9aaeef6](https://github.com/Webeleon/nestjs-openai/commit/9aaeef6e24be87c452e48f197489ef12db2bbba6)) ### [0.1.2](https://github.com/Webeleon/nestjs-openai/compare/v0.1.1...v0.1.2) (2023-06-26) ## [0.1.1](https://github.com/Webeleon/nestjs-openai/compare/v0.1.0...v0.1.1) (2023-06-01) ### Bug Fixes * split messages and roles ([37ea63f](https://github.com/Webeleon/nestjs-openai/commit/37ea63f84406bd575e349a1b1a08ec479d1008cd)) # [0.1.0](https://github.com/Webeleon/nestjs-openai/compare/v0.0.5...v0.1.0) (2023-06-01) ### Bug Fixes * export Message and Role ([4d865e4](https://github.com/Webeleon/nestjs-openai/commit/4d865e49e55556eb306c8ee1d1885b00a84f3499)) ### Features * add a Models enum ([1fb4f36](https://github.com/Webeleon/nestjs-openai/commit/1fb4f360d94bb185d9ac01bbca11c15c1e9825cf)) ## [0.0.5](https://github.com/Webeleon/nestjs-openai/compare/v0.0.4...v0.0.5) (2023-05-31) ## [0.0.4](https://github.com/Webeleon/nestjs-openai/compare/v0.0.3...v0.0.4) (2023-05-31) ## [0.0.3](https://github.com/Webeleon/nestjs-openai/compare/v0.0.2...v0.0.3) (2023-05-31)