Merge branch 'main' into feat/workflow-backend

# Conflicts:
#	api/core/model_runtime/model_providers/anthropic/llm/llm.py
This commit is contained in:
takatost
2024-03-20 00:06:33 +08:00
26 changed files with 801 additions and 30 deletions

View File

@ -95,7 +95,7 @@ class Config:
# ------------------------
# General Configurations.
# ------------------------
self.CURRENT_VERSION = "0.5.9"
self.CURRENT_VERSION = "0.5.10"
self.COMMIT_SHA = get_env('COMMIT_SHA')
self.EDITION = "SELF_HOSTED"
self.DEPLOY_ENV = get_env('DEPLOY_ENV')