Skip to content

Teams AI JS 1.4.1

Latest
Compare
Choose a tag to compare
@corinagum corinagum released this 17 Sep 00:07
· 7 commits to main since this release
ab2973f

Patch: support for o1 models

This patch is essential for those looking to test out o1-preview and o1-mini! Please note there are some important caveats for using these new models from OpenAI:

  1. Please note that o1 models will NOT work with sequence augmentation at this time. If you are using a sample that uses sequence augmentation, please update to monologue or none augmentation.
  2. If you are using Azure OpenAI for your model deployments, please be sure to prefix your model name in your code with 'o1-' if you are using an o1 model. This is a workaround while we determine the best path for determining o1- usage.
    More details can be found at #2021

What's Changed

  • [JS] chore: release v1.4.0 by @corinagum in #1985
  • [JS] feat: update teamschef bot sample to use msi for remote by @yukun-dong in #1909
  • [repo] bump: (deps): Bump danielpalme/ReportGenerator-GitHub-Action from 5.3.8 to 5.3.9 in the production group by @dependabot in #1997
  • [repo] bump cryptography from 42.0.8 to 43.0.1 in /python/samples/04.ai.c.actionMapping.lightBot by @dependabot in #1984
  • [JS] chore: samples fix support for Teams App Test tool by @Benjiiim in #1993
  • [JS] bump: (deps): Bump the production group in /js with 3 updates by @dependabot in #1995
  • [repo] docs: Add missing Conversation Update Events by @Benjiiim in #1987
  • [JS] bump: (deps-dev): Bump express from 4.19.2 to 4.20.0 in /js by @dependabot in #2005
  • [repo] bump cryptography from 42.0.5 to 43.0.1 in /python/samples/06.auth.oauth.messageExtensions by @dependabot in #2006
  • [repo] docs: Fix the way the beforeTurn event is registered in JS by @Benjiiim in #2003
  • [repo] fix: missing sendActivity invoke for file consent accept/decline handlers by @lilyydu in #2017
  • [JS] chore: dependencies cleanup: typescript, teamsfx, and browserify by @corinagum in #2014
  • [JS] fix: separated chefbot samples by @lilyydu in #2027
  • [JS] feat: add support for new o1 models by @Stevenic in #2021

New Contributors

Full Changelog: js-1.4.0...js-1.4.1