dify/api/services
Joe f6f6bb1051 Merge branch 'main' into feat/new-login
* main: (64 commits)
  chore: Enable Japanese descriptions for Tools (#8646)
  Make WORKFLOW_* configurable as environment variables. (#8644)
  feat: add deepseek-v2.5 for model provider siliconflow (#8639)
  docs: fix predefined_model_scale_out.md redirect error (#8633)
  feat: add qwen2.5 for model provider siliconflow (#8630)
  fix: send message error when chatting with opening statement (#8627)
  fix: llm_generator.py JSONDecodeError (#8504)
  fix: commands.py (#8483)
  fix: redundant check for available_document_count (#8491)
  chore: enhance configuration descriptions (#8624)
  chore: add Gemini newest experimental models (close #7121) (#8621)
  feat: support o1 series models for openrouter (#8358)
  fix: form input add tabIndex (#8478)
  Add model parameter translation (#8509)
  feat(tools/cogview):  Updated cogview tool to support cogview-3 and the latest cogview-3-plus (#8382)
  Add Fireworks AI as new model provider (#8428)
  feat:use xinference tts stream mode (#8616)
  docs: Add Japanese documentation for tools (#8469)
  feat: regenerate in `Chat`, `agent` and `Chatflow` app (#7661)
  feat: update pyproject.toml (#8368)
  ...
2024-09-23 10:46:03 +08:00
..
auth chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
enterprise chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
entities chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
errors fix: lint error 2024-09-12 11:32:02 +08:00
tools chore: Enable Japanese descriptions for Tools (#8646) 2024-09-23 09:06:01 +08:00
workflow chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
__init__.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
account_service.py feat: add email password limit 2024-09-23 10:45:30 +08:00
advanced_prompt_template_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
agent_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
annotation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
api_based_extension_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
app_dsl_service.py chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
app_generate_service.py feat: Parallel Execution of Nodes in Workflows (#8192) 2024-09-10 15:23:16 +08:00
app_model_config_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
app_service.py chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
audio_service.py chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
billing_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
code_based_extension_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
conversation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
dataset_service.py chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
feature_service.py feat: add fulfill_login_params_from_env 2024-09-14 16:48:24 +08:00
file_service.py chore: cleanup ruff flake8-simplify linter rules (#8286) 2024-09-12 12:55:45 +08:00
hit_testing_service.py fixed score threshold is none (#8342) 2024-09-13 10:21:58 +08:00
message_service.py feat: regenerate in Chat, agent and Chatflow app (#7661) 2024-09-22 03:15:11 +08:00
model_load_balancing_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
model_provider_service.py chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
moderation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
operation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
ops_service.py fix: add before send to remove langfuse defaultErrorResponse (#8361) 2024-09-13 16:08:08 +08:00
recommended_app_service.py chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
saved_message_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
tag_service.py chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
vector_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
web_conversation_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
website_service.py chore: refurbish Python code by applying refurb linter rules (#8296) 2024-09-12 15:50:49 +08:00
workflow_app_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
workflow_run_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00
workflow_service.py chore: refurish python code by applying Pylint linter rules (#8322) 2024-09-13 22:42:08 +08:00
workspace_service.py chore(api/services): apply ruff reformatting (#7599) 2024-08-26 13:43:57 +08:00