-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'feat/knowledge-dark-mode' into deploy/dev
- Loading branch information
Showing
76 changed files
with
583 additions
and
715 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
21 changes: 21 additions & 0 deletions
21
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-r1-distill-llama-70B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
model: deepseek-ai/DeepSeek-R1-Distill-Llama-70B | ||
label: | ||
zh_Hans: deepseek-ai/DeepSeek-R1-Distill-Llama-70B | ||
en_US: deepseek-ai/DeepSeek-R1-Distill-Llama-70B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "4.3" | ||
unit: "0.000001" | ||
currency: RMB |
21 changes: 21 additions & 0 deletions
21
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-r1-distill-llama-8B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
model: deepseek-ai/DeepSeek-R1-Distill-Llama-8B | ||
label: | ||
zh_Hans: deepseek-ai/DeepSeek-R1-Distill-Llama-8B | ||
en_US: deepseek-ai/DeepSeek-R1-Distill-Llama-8B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "0.00" | ||
unit: "0.000001" | ||
currency: RMB |
21 changes: 21 additions & 0 deletions
21
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-r1-distill-qwen-1.5B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B | ||
label: | ||
zh_Hans: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B | ||
en_US: deepseek-ai/DeepSeek-R1-Distill-Qwen-1.5B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "1.26" | ||
unit: "0.000001" | ||
currency: RMB |
21 changes: 21 additions & 0 deletions
21
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-r1-distill-qwen-14B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B | ||
label: | ||
zh_Hans: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B | ||
en_US: deepseek-ai/DeepSeek-R1-Distill-Qwen-14B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "0.70" | ||
unit: "0.000001" | ||
currency: RMB |
21 changes: 21 additions & 0 deletions
21
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-r1-distill-qwen-32B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B | ||
label: | ||
zh_Hans: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B | ||
en_US: deepseek-ai/DeepSeek-R1-Distill-Qwen-32B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "1.26" | ||
unit: "0.000001" | ||
currency: RMB |
21 changes: 21 additions & 0 deletions
21
api/core/model_runtime/model_providers/siliconflow/llm/deepseek-r1-distill-qwen-7B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
model: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B | ||
label: | ||
zh_Hans: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B | ||
en_US: deepseek-ai/DeepSeek-R1-Distill-Qwen-7B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "0.00" | ||
unit: "0.000001" | ||
currency: RMB |
22 changes: 22 additions & 0 deletions
22
api/core/model_runtime/model_providers/siliconflow/llm/janus-pro-7B.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
model: deepseek-ai/Janus-Pro-7B | ||
label: | ||
zh_Hans: deepseek-ai/Janus-Pro-7B | ||
en_US: deepseek-ai/Janus-Pro-7B | ||
model_type: llm | ||
features: | ||
- agent-thought | ||
- vision | ||
model_properties: | ||
mode: chat | ||
context_size: 32000 | ||
parameter_rules: | ||
- name: max_tokens | ||
use_template: max_tokens | ||
min: 1 | ||
max: 8192 | ||
default: 4096 | ||
pricing: | ||
input: "0.00" | ||
output: "0.00" | ||
unit: "0.000001" | ||
currency: RMB |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 0 additions & 17 deletions
17
web/app/components/base/notion-page-selector/page-selector/index.module.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.