Releases: epam/ai-dial-adapter-openai
Releases · epam/ai-dial-adapter-openai
0.7.0
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
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
Fixes:
- change format of content filter error for DALL-E 3 to chat completion format (#49) (#48)
0.5.0
Features:
- add env variables for DALL-E-3 and GPT-4-VISION deployment names (#26, #42) (#45)
0.4.0
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
Fixes:
- token calculation for streaming requests with tools (#34) (#39)
0.3.1
Fixes:
- streaming for requests with tools and functions (#34) (#35)
0.3.0
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
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
Fixes:
- processing errors for streaming requests (#5) (#6)
Other:
- chore: update workflow references (#8)