From e031ec9359f32ea291db1a14ca856f7d8461e5e2 Mon Sep 17 00:00:00 2001 From: crazywoola <100913391+crazywoola@users.noreply.github.com> Date: Mon, 19 Feb 2024 17:00:46 +0800 Subject: [PATCH] remove: parameters in seeds (#2481) --- .../model_providers/openai/llm/gpt-4-0125-preview.yaml | 3 --- .../model_providers/openai/llm/gpt-4-1106-preview.yaml | 3 --- .../model_runtime/model_providers/openai/llm/gpt-4-32k.yaml | 3 --- .../model_providers/openai/llm/gpt-4-turbo-preview.yaml | 3 --- .../model_providers/openai/llm/gpt-4-vision-preview.yaml | 3 --- api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml | 3 --- 6 files changed, 18 deletions(-) diff --git a/api/core/model_runtime/model_providers/openai/llm/gpt-4-0125-preview.yaml b/api/core/model_runtime/model_providers/openai/llm/gpt-4-0125-preview.yaml index 943a6de32181ea..007cfed0f3a6f4 100644 --- a/api/core/model_runtime/model_providers/openai/llm/gpt-4-0125-preview.yaml +++ b/api/core/model_runtime/model_providers/openai/llm/gpt-4-0125-preview.yaml @@ -37,9 +37,6 @@ parameter_rules: the same result. Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. required: false - precision: 2 - min: 0 - max: 1 - name: response_format label: zh_Hans: 回复格式 diff --git a/api/core/model_runtime/model_providers/openai/llm/gpt-4-1106-preview.yaml b/api/core/model_runtime/model_providers/openai/llm/gpt-4-1106-preview.yaml index 7f3bdaeac1759a..f4fa6317af8763 100644 --- a/api/core/model_runtime/model_providers/openai/llm/gpt-4-1106-preview.yaml +++ b/api/core/model_runtime/model_providers/openai/llm/gpt-4-1106-preview.yaml @@ -37,9 +37,6 @@ parameter_rules: the same result. Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. required: false - precision: 2 - min: 0 - max: 1 - name: response_format label: zh_Hans: 回复格式 diff --git a/api/core/model_runtime/model_providers/openai/llm/gpt-4-32k.yaml b/api/core/model_runtime/model_providers/openai/llm/gpt-4-32k.yaml index b1e61317e9ac1d..f92173ccfd9968 100644 --- a/api/core/model_runtime/model_providers/openai/llm/gpt-4-32k.yaml +++ b/api/core/model_runtime/model_providers/openai/llm/gpt-4-32k.yaml @@ -37,9 +37,6 @@ parameter_rules: the same result. Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. required: false - precision: 2 - min: 0 - max: 1 - name: response_format label: zh_Hans: 回复格式 diff --git a/api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-preview.yaml b/api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-preview.yaml index b109cfc8143e4c..c0350ae2c6d750 100644 --- a/api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-preview.yaml +++ b/api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-preview.yaml @@ -37,9 +37,6 @@ parameter_rules: the same result. Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. required: false - precision: 2 - min: 0 - max: 1 - name: response_format label: zh_Hans: 回复格式 diff --git a/api/core/model_runtime/model_providers/openai/llm/gpt-4-vision-preview.yaml b/api/core/model_runtime/model_providers/openai/llm/gpt-4-vision-preview.yaml index b7044d20666efa..a63b60842396c6 100644 --- a/api/core/model_runtime/model_providers/openai/llm/gpt-4-vision-preview.yaml +++ b/api/core/model_runtime/model_providers/openai/llm/gpt-4-vision-preview.yaml @@ -35,9 +35,6 @@ parameter_rules: the same result. Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. required: false - precision: 2 - min: 0 - max: 1 - name: response_format label: zh_Hans: 回复格式 diff --git a/api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml b/api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml index 48e8930608ce8a..a7a5bf3c864a6e 100644 --- a/api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml +++ b/api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml @@ -37,9 +37,6 @@ parameter_rules: the same result. Determinism is not guaranteed, and you should refer to the system_fingerprint response parameter to monitor changes in the backend. required: false - precision: 2 - min: 0 - max: 1 - name: response_format label: zh_Hans: 回复格式