main #113

Merged
charles merged 3 commits from main into prod 2026-05-25 18:06:01 +08:00
Showing only changes of commit 14d7af6970 - Show all commits

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
"""