Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(next => master): release abc 0.0.1 #675

Conversation

stainless-app[bot]
Copy link
Contributor

@stainless-app stainless-app bot commented Feb 15, 2024

✨ Stainless prepared a new release

0.0.1 (2024-02-15)

Full Changelog: ...abc-v0.0.1

Features

  • allow installing package directly from github (#522) (51926d7)
  • api: add 'gpt-3.5-turbo-instruct', fine-tune error objects, update documentation (#329) (e5f3852)
  • api: add timestamp_granularities, add gpt-3.5-turbo-0125 model (#661) (9b2d5be)
  • api: add additional instructions for runs (#586) (dcf732b)
  • api: add embeddings encoding_format (#390) (cf70dea)
  • api: add gpt-3.5-turbo-1106 (#496) (206a43b)
  • api: add optional name argument + improve docs (#569) (c4fadb4)
  • api: add text embeddings dimensions param (#650) (413df77)
  • api: add token logprobs to chat completions (#576) (f1852f6)
  • api: add usage to runs and run steps (#640) (ebc786b)
  • api: releases from DevDay; assistants, multimodality, tools, dall-e-3, tts, and more (#433) (84b4328)
  • api: remove content_filter stop_reason and update documentation (#352) (a4b401e)
  • api: unify function types (#467) (df2727a)
  • api: updates (#501) (bdb79f9)
  • api: updates (#669) (0ab363d)
  • beta: add streaming and function calling helpers (#409) (e4ea7a1)
  • client: add auto-pagination to fine tuning list endpoints (#254) (5f89c5e)
  • client: add files.waitForProcessing() method (#292) (ef59010)
  • client: adjust retry behavior to be exponential backoff (#400) (2bc14ce)
  • client: allow binary returns (#416) (d50a216)
  • client: handle retry-after with a date (#340) (b6dd384)
  • client: retry on 408 Request Timeout (#310) (1f98eac)
  • client: support importing node or web shims manually (#325) (49101a0)
  • client: support reading the base url from an env variable (#547) (eb82824)
  • cli: rewrite in JS for better compatibility (#244) (d8d7c05)
  • errors: add status code to error message (#315) (9341219)
  • fixes tests where an array has to have unique enum values (#290) (a10b895)
  • github: include a devcontainer setup (#413) (647a417)
  • handle 204 No Content gracefully (#391) (2dd005c)
  • make docs more readable by eliminating unnecessary escape sequences (#287) (a068043)
  • make docs urls in comments absolute (#306) (9db3819)
  • package: add Bun export map (#269) (16f239c)
  • package: export a root error type (#338) (462bcda)
  • re-export chat completion types at the top level (#268) (1a71a39)
  • re-export chat completion types at the top level, and work around webpack limitations (#365) (bb815d0)
  • streaming improvements (#411) (4b28553)
  • tests: unskip multipart form data tests (#275) (47d3e18)
  • types: export RequestOptions type (#240) (ecf3bce)
  • types: extract ChatCompletionRole enum to its own type (#298) (5893e37)
  • types: fix ambiguous auto-import for chat completions params (#266) (19c99fb)

Bug Fixes

  • allow body type in RequestOptions to be null (#637) (00a2d43)
  • api: accidentally required params, add new models & other fixes (#463) (5d50c4e)
  • api: add content_filter to chat completion finish reason (#344) (f10c757)
  • api: retreival -> retrieval (#437) (2a397db)
  • api: update embedding response object type (#466) (99bee97)
  • asssitant_deleted -> assistant_deleted (#452) (85a71ca)
  • client: correctly handle errors during streaming (#377) (09233b1)
  • client: correctly handle errors during streaming (#379) (9ced580)
  • client: fix TS errors that appear when users Go to Source in VSCode (#281) (8dc59bc), closes #249
  • client: handle case where the client is instantiated with a undefined baseURL (#285) (5095cf3)
  • client: use explicit file extensions in _shims imports (#276) (16fe929)
  • correct some runTools behavior and deprecate runFunctions (#562) (c8040e8)
  • deploy deno in a github workflow instead of postpublish step (#405) (9880794)
  • fix module not found errors in Vercel edge (#300) (47c79fe)
  • fix namespace exports regression (#366) (b2b1d85)
  • handle system_fingerprint in streaming helpers (#636) (fa02e48)
  • headers: always send lowercase headers and strip undefined (BREAKING in rare cases) (#608) (842efac)
  • import web-streams-polyfill without overriding globals (#385) (be8e18b)
  • improve deno readme (#429) (18b04e8)
  • improve deno releases (#425) (d438ee1)
  • improve status code in error messages (#381) (68dfb17)
  • pagination: correct type annotation object field (#590) (824089d)
  • prevent 400 when using runTools/runFunctions with Azure OpenAI API (#544) (ab8b73b)
  • prevent ReferenceError, update compatibility to ES2020 and Node 18+ (#356) (fc71a4b)
  • revert import change which triggered circular import bug in webpack (#274) (6534e36)
  • stream: declare Stream.controller as public (#252) (81e5de7)
  • types: accept undefined for optional client options (#635) (74e06ff)
  • types: ensure all code paths return a value (#458) (4402f0e)
  • types: improve getNextPage() return type (#262) (245a984)
  • typo in build script (#403) (f706a4c)
  • use default base url if BASE_URL env var is blank (#615) (cc1bf07)

This Pull Request has been generated automatically as part of Stainless's release process.
For a better experience, it is recommended to use either rebase-merge or squash-merge when merging this pull request (see details).

More technical details can be found at stainless-api/release-please.

@stainless-bot
Copy link
Collaborator

created in error

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

users get unfixable (and inaccurate) type errors when using go-to-source for openai library code
1 participant