Replies: 6 comments 2 replies
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Loving the workflow changes and the command-r addition. Keep up the incredible work all. |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
Get it done |
Beta Was this translation helpful? Give feedback.
-
Warning
PLEASE UPGRADE to
v0.6.2
AS SOON AS POSSIBLE TO PREVENT DATA LEAKAGE.Fix the issue where
sys.query
/sys.files
data gets confused with other tasks during high concurrency inworkflow
/chatflow
in #3378.✨ Spotlight on Dify v0.6.0 ✨
🚀 Introducing Dify Workflow 🚀
Eager to elevate the stability and reproducibility of your LLM applications? The latest release, Dify Workflow, is here to empower you.
Curious for more? Swing by the v0.6.0 Release Notes for the full scoop.
What’s New in v0.6.2?
This update primarily focuses on enhancing system stability and improving user experience. Key updates include:
gpt-4-turbo
&gpt-4-turbo-2024-04-09
support by @Yeuoly in feat: gpt-4-turbo #3263gpt-4-turbo-2024-04-09
support by @Kennytian in feat: support gpt-4-turbo-2024-04-09 model #3300gemini-1.5-pro
support by @lroolle in feat(llm/models): add gemini-1.5-pro #2925Update Guide
Docker compose deployments:
Get the latest code from the main branch:
Go to the next step and update to the latest image:
cd docker docker compose up -d
Source Code deployments:
Stop API server, Worker and Web frontend Server.
Get the latest code from the main branch:
Update Python dependencies:
cd api pip install -r requirements.txt
Then, let's run the migration script:
Finally, run API server, Worker and Web frontend Server again.
What's Changed
New Contributors
Full Changelog: 0.6.1...0.6.2
Beta Was this translation helpful? Give feedback.
All reactions