diff --git a/api/core/model_runtime/model_providers/mistralai/llm/mistral-large-latest.yaml b/api/core/model_runtime/model_providers/mistralai/llm/mistral-large-latest.yaml index b8ed8ba934..a0d07a2bf8 100644 --- a/api/core/model_runtime/model_providers/mistralai/llm/mistral-large-latest.yaml +++ b/api/core/model_runtime/model_providers/mistralai/llm/mistral-large-latest.yaml @@ -6,6 +6,7 @@ model_type: llm features: - agent-thought model_properties: + mode: chat context_size: 32000 parameter_rules: - name: temperature diff --git a/api/core/model_runtime/model_providers/mistralai/llm/mistral-medium-latest.yaml b/api/core/model_runtime/model_providers/mistralai/llm/mistral-medium-latest.yaml index bf6f1b2d1d..7c7440894c 100644 --- a/api/core/model_runtime/model_providers/mistralai/llm/mistral-medium-latest.yaml +++ b/api/core/model_runtime/model_providers/mistralai/llm/mistral-medium-latest.yaml @@ -6,6 +6,7 @@ model_type: llm features: - agent-thought model_properties: + mode: chat context_size: 32000 parameter_rules: - name: temperature diff --git a/api/core/model_runtime/model_providers/mistralai/llm/mistral-small-latest.yaml b/api/core/model_runtime/model_providers/mistralai/llm/mistral-small-latest.yaml index 111cd05457..865e610226 100644 --- a/api/core/model_runtime/model_providers/mistralai/llm/mistral-small-latest.yaml +++ b/api/core/model_runtime/model_providers/mistralai/llm/mistral-small-latest.yaml @@ -6,6 +6,7 @@ model_type: llm features: - agent-thought model_properties: + mode: chat context_size: 32000 parameter_rules: - name: temperature diff --git a/api/core/model_runtime/model_providers/mistralai/llm/open-mistral-7b.yaml b/api/core/model_runtime/model_providers/mistralai/llm/open-mistral-7b.yaml index 4f72648662..ac29226959 100644 --- a/api/core/model_runtime/model_providers/mistralai/llm/open-mistral-7b.yaml +++ b/api/core/model_runtime/model_providers/mistralai/llm/open-mistral-7b.yaml @@ -6,6 +6,7 @@ model_type: llm features: - agent-thought model_properties: + mode: chat context_size: 8000 parameter_rules: - name: temperature diff --git a/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x22b.yaml b/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x22b.yaml index 14a9885116..325fafd497 100644 --- a/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x22b.yaml +++ b/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x22b.yaml @@ -6,6 +6,7 @@ model_type: llm features: - agent-thought model_properties: + mode: chat context_size: 64000 parameter_rules: - name: temperature diff --git a/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x7b.yaml b/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x7b.yaml index 719de29c3a..d217e5e7e9 100644 --- a/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x7b.yaml +++ b/api/core/model_runtime/model_providers/mistralai/llm/open-mixtral-8x7b.yaml @@ -6,6 +6,7 @@ model_type: llm features: - agent-thought model_properties: + mode: chat context_size: 32000 parameter_rules: - name: temperature