You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
✨ What’s New in v0.6.7? ✨
The latest update, v0.6.7, continues to refine and expand our features with an emphasis on integrations and accessibility. Key updates include:
🚀 New Features
Integrate
DeepSeek
Models by both @joshua20231026 and @soulteary in Add-Deepseek #4157 and feat: DeepSeek #4162Integrate
LeptonAI
Models by @joshua20231026 in Leptonai integrate #4079New model support from
Azure OpenAI
for theGPT-4-turbo-2024-04-09
model by @charli117 in azure_openai add gpt-4-turbo-2024-04-09 model #4144Integrate
Volcengine MaaS
model provider by @sinomoe in feat: add volcengine maas model provider #4142Update to
bedrock.yaml
adds the Asia Pacific (Sydney) region by @chenx5 in Update bedrock.yaml add Region Asia Pacific (Sydney) #4016LocalAI
speech-to-text support by @Tomywang999 in Add support for local ai speech to text #3921.Added support for vision models from xinference by @Minamiyama in feat: support vision models from xinference #4094.
A new built-in tool for Slack Incoming Webhook by @ericyangpan in feat: add a new built-in tool of Slack Incoming Webhook #4067
Support for Aliyun OSS authentication V4 by @S96EA in feat: support aliyun oss auth v4 #3886
Added support for Polish (pl-PL) by @patryk20120 in feat(Languages): 👽 add pl-PL language #4128
⚙️ Enhancements
Integration of OpenAI usage in streaming response by @Yeuoly in feat: support openai stream usage #4140
New HTTP node settings allow for increased maximum size environments by @Yeuoly in feat: add http node max size env #4137
Improved Japanese translations make our platform more accessible to Japanese speakers by @Fyphen1223 in Improved Japanese translation #4119.
Support for time formats in code sandbox by @Yeuoly in feat: support time format #4138
Update to
model_provider jina
to support custom URLs and models by @VoidIsVoid in feat: update model_provider jina to support custom url and model #4110Added BaseURL configuration for the Cohere model by @huangbaichao in feat: add proxy configuration for Cohere model #4152
Improved testing of the CodeExecutor with code templates and extracted CodeLanguage enum for better development practices by @bowenliang123 in improve: test CodeExecutor with code templates and extract CodeLanguage enum #4098
🛠️ Bug Fixes
For additional enhancements and updates, refer to the What's Changed section below.
Update 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.6...0.6.7
This discussion was created from the release v0.6.7.
Beta Was this translation helpful? Give feedback.
All reactions