Skip to content

Releases: epam/ai-dial-adapter-openai

0.7.0

13 Feb 11:20
Compare
Choose a tag to compare

Fixes

  • Migrated to the latest DIAL File API (#59)

Other

  • bump aiohttp from 3.9.0 to 3.9.2 (#60)
  • bump fastapi from 0.103.0 to 0.109.2 (#63, #64)
  • bump libexpat (#64)

0.6.0

15 Jan 17:40
Compare
Choose a tag to compare

Features:

  • added environment variable for uvicorn timeout keep alive parameter (#58)
  • added environment variable for max_tokens for GPT-4 vision (#57)
  • streaming for gpt-4 vision (#47)

Fixes:

  • propagating per request key (#54)

Other:

  • chore: Setup repository configuration for OSS Review Toolkit (#51)

0.5.1

21 Dec 18:32
Compare
Choose a tag to compare

Fixes:

  • change format of content filter error for DALL-E 3 to chat completion format (#49) (#48)

0.5.0

20 Dec 11:38
Compare
Choose a tag to compare

Features:

  • add env variables for DALL-E-3 and GPT-4-VISION deployment names (#26, #42) (#45)

0.4.0

19 Dec 21:21
Compare
Choose a tag to compare

Features:

  • save user images to user folders (#36) (#37)
  • migrate to new dial file storage api (#36) (#37)
  • supported GPT vision (#42) (#43)

0.3.2

15 Dec 10:47
Compare
Choose a tag to compare

Fixes:

  • token calculation for streaming requests with tools (#34) (#39)

0.3.1

14 Dec 18:11
Compare
Choose a tag to compare

Fixes:

  • streaming for requests with tools and functions (#34) (#35)

0.3.0

11 Dec 16:11
Compare
Choose a tag to compare

Features:

  • support DALL-E 3 (#26) (#30)
  • support tools and tool_choice params (#31) (#32)

Other:

  • chore: bump aiohttp from 3.8.6 to 3.9.0 (#27)

0.2.0

15 Nov 15:47
Compare
Choose a tag to compare

Features:

  • support functions and function_call params (#22) (#23)
  • support max_prompt_tokens for chat completion requests (#13) (#14)

Fixes:

  • python:3.11-alpine vulnerabilities (#19)

Other:

  • chore: add slash commands dispatch (#12)
  • chore: bump urllib3 from 2.0.6 to 2.0.7 (#7)
  • chore: add CONTRIBUTING.md (#18)
  • chore: add e2e tests trigger (#20)
  • chore: add workflow to deploy on dev (#16)
  • chore: bump aiohttp from 3.8.5 to 3.8.6 (#21)
  • chore: enable dependabot (#15)
  • chore: update workflow references (#17)

0.1.1

19 Oct 12:48
Compare
Choose a tag to compare

Fixes:

  • processing errors for streaming requests (#5) (#6)

Other:

  • chore: update workflow references (#8)