-LAN-
987105bb27
Simplify test setup in LLM node tests
...
Replaced redundant variables in test setup to streamline and align usage of fake data, enhancing readability and maintainability. Adjusted image URL variables to utilize consistent references, ensuring uniformity across test configurations. Also, corrected context variable naming for clarity. No functional impact, purely a refactor for code clarity.
2024-11-15 01:13:51 +08:00
-LAN-
600d111e8f
feat(llm_node): allow to use image file directly in the prompt.
2024-11-15 01:13:51 +08:00
-LAN-
2a58cc59c0
Remove unnecessary data from log and text properties
...
Updated the log and text properties in segments to return
empty strings instead of the segment value. This change
prevents potential leakage of sensitive data by ensuring
only non-sensitive information is logged or transformed
into text. Addresses potential security and privacy concerns.
2024-11-15 01:13:51 +08:00
-LAN-
9d3e688e38
refactor(model_manager): update parameter type for flexibility
...
- Changed 'prompt_messages' parameter from list to Sequence for broader input type compatibility.
2024-11-15 01:13:51 +08:00
-LAN-
97beb1c0c7
refactor(memory): use Sequence instead of list for prompt messages
...
- Improved flexibility by using Sequence instead of list, allowing for broader compatibility with different types of sequences.
- Helps future-proof the method signature by leveraging the more generic Sequence type.
2024-11-15 01:13:51 +08:00
-LAN-
f16e6e06cd
fix(dependencies): update Faker version constraint
...
- Changed the Faker version from caret constraint to tilde constraint for compatibility.
- Updated poetry.lock for changes in pyproject.toml content.
2024-11-15 01:13:51 +08:00
-LAN-
0b587deef4
chore(config): remove unnecessary 'frozen' parameter for test
...
- Simplified app configuration by removing the 'frozen' parameter since it is no longer needed.
- Ensures more flexible handling of config attributes.
2024-11-15 01:13:51 +08:00
-LAN-
2cb119addf
refactor(model_runtime): use Sequence for content in PromptMessage
...
- Replaced list with Sequence for more flexible content type.
- Improved type consistency by importing from collections.abc.
2024-11-15 01:13:51 +08:00
-LAN-
8ddfba60a5
refactor(prompt): enhance type flexibility for prompt messages
...
- Changed input type from list to Sequence for prompt messages to allow more flexible input types.
- Improved compatibility with functions expecting different iterable types.
2024-11-15 01:13:51 +08:00
-LAN-
1c143c89a8
fix(tests): update Azure Rerank Model usage and clean imports
2024-11-15 01:13:51 +08:00
-LAN-
69fd050914
feat(errors): add new error classes for unsupported prompt types and memory role prefix requirements
2024-11-15 01:13:51 +08:00
-LAN-
dac51ef381
refactor: update jinja2_variables and prompt_config to use Sequence and add validators for None handling
2024-11-15 01:13:51 +08:00
-LAN-
740ff15cab
refactor: update stop parameter type to use Sequence instead of list
2024-11-15 01:13:51 +08:00
-LAN-
27dff4c980
refactor(converter): simplify model credentials validation logic
2024-11-15 01:13:51 +08:00
-LAN-
9bd0320e4b
chore(deps): add faker
2024-11-15 01:13:51 +08:00
jarvis2f
5ff02b469f
fix:position error when creating segments ( #10706 )
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-11-14 21:25:15 +08:00
Bowen Liang
44f57ad9a8
chore: Bump Alpine Linux to 3.20 in web dockerfile ( #10671 )
2024-11-14 20:57:01 +08:00
yihong
94fd6f6901
fix: typo in test ( #10707 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-11-14 20:54:13 +08:00
SiliconFlow, Inc
e61242a337
feat: add vlm models from siliconflow ( #10704 )
2024-11-14 20:53:35 +08:00
yihong
722964667f
fix: non utf8 code decode close #10691 ( #10698 )
...
Signed-off-by: yihong0618 <zouzou0208@gmail.com>
2024-11-14 17:29:49 +08:00
Xiao Ley
fbb9c1c249
fixed the Base URL usage issue in Podcast Generator tool verification ( #10697 )
2024-11-14 17:24:42 +08:00
非法操作
15f341b655
feat: add the audio tool ( #10695 )
2024-11-14 16:37:15 +08:00
crazywoola
b358490607
chore: update issue template ( #10693 )
2024-11-14 16:12:27 +08:00
crazywoola
f9e4196fd5
Update pull_request_template.md ( #10692 )
2024-11-14 15:56:37 +08:00
crazywoola
751525802d
feat: update pr template ( #10690 )
2024-11-14 15:52:15 +08:00
lz
2abacd2a2d
export configuration 'CODE_EXECUTION_TIMEOUT' to .env ( #10688 )
...
Co-authored-by: liuzhu <liuzhu@fridaycloud.com.cn>
2024-11-14 15:34:34 +08:00
Nam Vu
a3155e0613
Update expat version ( #10686 )
2024-11-14 15:30:55 +08:00
Jyong
70b9e4caf5
check dataset is none ( #10682 )
2024-11-14 14:07:19 +08:00
orangeclk
317ae9233e
feat: add json response format for siliconflow models ( #10657 )
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-11-14 08:58:22 +08:00
xiandan-erizo
5b8f03cd9d
add abab7-chat-preview model ( #10654 )
...
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Mark stale issues and pull requests / stale (push) Has been cancelled
Co-authored-by: xiandan-erizo <xiandan-erizo@outlook.com>
2024-11-13 19:30:42 +08:00
Kalo Chin
2a4783307a
Feat(tool): fal ai flux image generation ( #10606 )
2024-11-13 17:41:58 +08:00
非法操作
bddecba9ed
fix: mp3
file upload not work ( #10650 )
2024-11-13 17:37:29 +08:00
jiangbo721
931e76e3d1
fix: remove unused queue generation
( #10532 )
...
Co-authored-by: 刘江波 <jiangbo721@163.com>
2024-11-13 15:52:52 +08:00
-LAN-
70c2ec8ed5
feat(variable-handling): enhance variable and segment conversion ( #10483 )
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-11-12 21:51:09 +08:00
wakaka6
9c7edb9242
feat: add builtin tools for send email ( #10493 )
2024-11-12 21:48:36 +08:00
Benjamin
0867821ae7
fix: update conversation session naming and API path in documentation ( #10589 )
2024-11-12 21:44:04 +08:00
Jyong
0b2d51d859
add the index field for elasticsearch ( #10592 )
2024-11-12 21:43:16 +08:00
方程
ef8022f715
Gitee AI Qwen2.5-72B model ( #10595 )
2024-11-12 21:40:32 +08:00
Kevin9703
e03ec0032b
fix: Azure OpenAI o1 max_completion_token error ( #10593 )
2024-11-12 21:40:13 +08:00
dependabot[bot]
62642443ef
chore(deps): bump elliptic from 6.5.7 to 6.6.0 in /web ( #10587 )
...
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-12 16:43:11 +08:00
-LAN-
3e04c92ff9
chore(api): remove setting of expired remember_token cookie in after_request ( #10582 )
2024-11-12 15:53:55 +08:00
zxhlyh
b77628c458
fix: text-generation webapp file form ( #10578 )
2024-11-12 15:35:12 +08:00
NFish
40c5e6d67a
fix: Page may lock if user close the page when refresh access_token ( #10550 )
2024-11-12 15:18:19 +08:00
zxhlyh
e4d175780e
fix: retrieval setting validate ( #10454 )
2024-11-12 14:38:24 +08:00
-LAN-
16b9665033
refactor(api): improve handling of tools
field and cleanup variable usage ( #10553 )
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/amd64, build-api-amd64) (push) Waiting to run
Build and Push API & Web / build (api, DIFY_API_IMAGE_NAME, linux/arm64, build-api-arm64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/amd64, build-web-amd64) (push) Waiting to run
Build and Push API & Web / build (web, DIFY_WEB_IMAGE_NAME, linux/arm64, build-web-arm64) (push) Waiting to run
Build and Push API & Web / create-manifest (api, DIFY_API_IMAGE_NAME, merge-api-images) (push) Blocked by required conditions
Build and Push API & Web / create-manifest (web, DIFY_WEB_IMAGE_NAME, merge-web-images) (push) Blocked by required conditions
2024-11-12 00:08:04 +08:00
Benjamin
b7238caea5
chore(vanna): update form parameter from 'form' to 'llm' in vanna.yaml ( #10548 )
2024-11-12 00:00:27 +08:00
Hiroshi Fujita
e63c0e3cbb
feat(settings): add chat color theme inverted toggle in settings modal ( #10558 )
2024-11-11 23:53:43 +08:00
fdb02983rhy
16db2c4e57
Fix: Set Celery LOG_File only when available, always log to console ( #10563 )
2024-11-11 23:53:12 +08:00
-LAN-
bd4a61addd
fix: set default factory for extract_by in ListOperatorNodeData ( #10561 )
2024-11-11 23:32:40 +08:00
smyhw
f19c18dc14
Fixes you have not added provider None
( #10501 )
2024-11-11 21:50:32 +08:00