This commit is contained in:
ping 2026-05-25 18:05:16 +08:00
parent 0d2a974d47
commit 14d7af6970

View File

@ -8,7 +8,7 @@ _CUSTOMER_MODEL_COLUMNS = """
id, llmid, provider, model_name, display_name, model_type,
context_length, input_token_price, output_token_price,
cache_hit_input_price, billing_method, billing_unit,
capabilities, limitations, highlights, description, sort_order
capabilities, limitations, highlights, description, sort_order,is_active, experience
"""