v0.5.1
-
add multiple LLM debug mode ⚔️
-
let citation show on webapp
-
add tongyi tts
-
minimax abab6-chat LLM supported
-
support Annotations output
-
openai_api_compatible support config stream_mode_delimiter
-
fix some problems
Update Guide
Deploying with Docker Compose:
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Go to the next step and update to the latest image:
cd docker docker-compose up -d
Deploying from Source Code:
-
Stop API server, Worker and Web frontend Server.
-
Get the latest code from the main branch:
git checkout main git pull origin main
-
Then, let's run the migration script:
cd api flask db upgrade
Note: To use TTS,
ffmpeg
installation is required on servers running Dify API from source. More details can be found in our FAQ. -
Finally, run API server, Worker and Web frontend Server again.
What's Changed
- fix: transcript asr params wrong by @takatost in #2162
- let citation show on webapp by @guchenhe in #2161
- fix: empty usage by @Yeuoly in #2168
- bump alpine from 3.18 to 3.19 in web image by @bowenliang123 in #2126
- fix: credentials validate compatible problem by @takatost in #2170
- fix: knowledge api doc by @zxhlyh in #2174
- fix: filename cause windows import error by @crazywoola in #2176
- feat: utm supports. by @GarfieldDai in #2181
- chore: utm by @zxhlyh in #2180
- feat: add tool labels by @Yeuoly in #2178
- refine: faster rsa implement by @Yeuoly in #2182
- Add tongyi tts&tts function optimization by @charli117 in #2177
- fix: credentials validation of ababa by @Yeuoly in #2183
- feat: abab6-chat supported by @takatost in #2184
- fix: minimax request timeout by @takatost in #2185
- Doc/update readme by @crazywoola in #2186
- Add tts document&fix bug by @charli117 in #2156
- fix: utm by @zxhlyh in #2191
- chore: remove universal chat code by @iamjoel in #2194
- Support JSONL output by @JzoNgKVO in #2171
- feat: multiple model configuration by @zxhlyh in #2196
- improve api docker file and lock Debian version in base image tag by @bowenliang123 in #2195
- fix: split chunks return empty strings by @takatost in #2197
- skip installing python3-dev package on base stage in api docker image by @bowenliang123 in #2193
- fix: chatbot support agent by @iamjoel in #2201
- fix: typing delay by @zxhlyh in #2200
- chore: test register ga by @iamjoel in #2202
- Feat/zhipuai function calling by @Yeuoly in #2199
- chore: enchance some use experience by @iamjoel in #2204
- feat: create app show agent type tip by @iamjoel in #2207
- fix: model parameter modal input by @zxhlyh in #2206
- fix: sometimes app main content not fill the window by @iamjoel in #2208
- fix:determine multiple result exceptions caused by admin by @IAMZn1018 in #2211
- Update version to 0.5.1 by @takatost in #2213
- feat: openai_api_compatible support config stream_mode_delimiter by @geosmart in #2190
- Add gmpy2 dependencies packages by @takatost in #2216
New Contributors
- @IAMZn1018 made their first contribution in #2211
- @geosmart made their first contribution in #2190
Full Changelog: 0.5.0...0.5.1