Nam Vu 7 месяцев назад
Родитель
Сommit
153807f243
30 измененных файлов с 30 добавлено и 30 удалено
  1. 1 1
      api/core/model_runtime/model_providers/baichuan/llm/baichuan3-turbo-128k.yaml
  2. 1 1
      api/core/model_runtime/model_providers/baichuan/llm/baichuan3-turbo.yaml
  3. 1 1
      api/core/model_runtime/model_providers/baichuan/llm/baichuan4.yaml
  4. 1 1
      api/core/model_runtime/model_providers/deepseek/llm/deepseek-chat.yaml
  5. 1 1
      api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-128k.yaml
  6. 1 1
      api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-32k.yaml
  7. 1 1
      api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-8k.yaml
  8. 1 1
      api/core/model_runtime/model_providers/openai/llm/chatgpt-4o-latest.yaml
  9. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo-0125.yaml
  10. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo-1106.yaml
  11. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo.yaml
  12. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-0125-preview.yaml
  13. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-1106-preview.yaml
  14. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-32k.yaml
  15. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-2024-04-09.yaml
  16. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-preview.yaml
  17. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo.yaml
  18. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4-vision-preview.yaml
  19. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml
  20. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4o-2024-05-13.yaml
  21. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4o-2024-08-06.yaml
  22. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4o-mini-2024-07-18.yaml
  23. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4o-mini.yaml
  24. 1 1
      api/core/model_runtime/model_providers/openai/llm/gpt-4o.yaml
  25. 1 1
      api/core/model_runtime/model_providers/openrouter/llm/gpt-3.5-turbo.yaml
  26. 1 1
      api/core/model_runtime/model_providers/openrouter/llm/gpt-4-32k.yaml
  27. 1 1
      api/core/model_runtime/model_providers/openrouter/llm/gpt-4.yaml
  28. 1 1
      api/core/model_runtime/model_providers/openrouter/llm/gpt-4o-2024-08-06.yaml
  29. 1 1
      api/core/model_runtime/model_providers/openrouter/llm/gpt-4o-mini.yaml
  30. 1 1
      api/core/model_runtime/model_providers/openrouter/llm/gpt-4o.yaml

+ 1 - 1
api/core/model_runtime/model_providers/baichuan/llm/baichuan3-turbo-128k.yaml

@@ -33,7 +33,7 @@ parameter_rules:
   - name: res_format
     label:
       zh_Hans: 回复格式
-      en_US: response format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/baichuan/llm/baichuan3-turbo.yaml

@@ -33,7 +33,7 @@ parameter_rules:
   - name: res_format
     label:
       zh_Hans: 回复格式
-      en_US: response format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/baichuan/llm/baichuan4.yaml

@@ -33,7 +33,7 @@ parameter_rules:
   - name: res_format
     label:
       zh_Hans: 回复格式
-      en_US: response format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/deepseek/llm/deepseek-chat.yaml

@@ -62,7 +62,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-128k.yaml

@@ -24,7 +24,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-32k.yaml

@@ -24,7 +24,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/moonshot/llm/moonshot-v1-8k.yaml

@@ -24,7 +24,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/chatgpt-4o-latest.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo-0125.yaml

@@ -27,7 +27,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo-1106.yaml

@@ -27,7 +27,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-3.5-turbo.yaml

@@ -27,7 +27,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-0125-preview.yaml

@@ -40,7 +40,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-1106-preview.yaml

@@ -40,7 +40,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-32k.yaml

@@ -40,7 +40,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-2024-04-09.yaml

@@ -41,7 +41,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo-preview.yaml

@@ -40,7 +40,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-turbo.yaml

@@ -41,7 +41,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4-vision-preview.yaml

@@ -38,7 +38,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4.yaml

@@ -40,7 +40,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4o-2024-05-13.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4o-2024-08-06.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4o-mini-2024-07-18.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4o-mini.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openai/llm/gpt-4o.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openrouter/llm/gpt-3.5-turbo.yaml

@@ -26,7 +26,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openrouter/llm/gpt-4-32k.yaml

@@ -41,7 +41,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openrouter/llm/gpt-4.yaml

@@ -41,7 +41,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openrouter/llm/gpt-4o-2024-08-06.yaml

@@ -28,7 +28,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openrouter/llm/gpt-4o-mini.yaml

@@ -27,7 +27,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式

+ 1 - 1
api/core/model_runtime/model_providers/openrouter/llm/gpt-4o.yaml

@@ -27,7 +27,7 @@ parameter_rules:
   - name: response_format
     label:
       zh_Hans: 回复格式
-      en_US: response_format
+      en_US: Response Format
     type: string
     help:
       zh_Hans: 指定模型必须输出的格式