Compare commits

..

2 Commits

Author SHA1 Message Date
ping
95ab19979b Merge branch 'main' of https://git.opencomputing.cn/yumoqing/kboss 2026-05-25 18:05:20 +08:00
ping
14d7af6970 update 2026-05-25 18:05:16 +08:00

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