Explorar el Código

feat: temp remove paid option of anthropic (#807)

takatost hace 1 año
padre
commit
b81b8637ec
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  1. 1 2
      api/core/model_providers/rules/anthropic.json

+ 1 - 2
api/core/model_providers/rules/anthropic.json

@@ -5,8 +5,7 @@
     ],
     ],
     "system_config": {
     "system_config": {
         "supported_quota_types": [
         "supported_quota_types": [
-            "trial",
-            "paid"
+            "trial"
         ],
         ],
         "quota_unit": "times",
         "quota_unit": "times",
         "quota_limit": 1000
         "quota_limit": 1000