This commit is contained in:
yumoqing 2025-09-22 18:25:33 +08:00
parent e8ca504eaa
commit ad2b47a890
3 changed files with 0 additions and 5 deletions

View File

@ -44,8 +44,6 @@ async def get_llm(llmid):
today = curDateString()
sql = """select x.*,
z.input_fields,
z.input_view,
z.output_view,
y.system_message,
y.user_message,
y.assisant_message

View File

@ -8,8 +8,6 @@ db = DBPools()
async with db.sqlorContext(dbname) as sor:
sql = """select x.*,
z.input_fields,
z.input_view,
z.output_view,
y.system_message,
y.user_message,
y.assisant_message

View File

@ -10,7 +10,6 @@
"list_models_url":"{{entire_url('list_paging_catelog_llms.dspy')}}",
"estimate_url":"{{entire_url('model_estimate.dspy')}}",
"input_fields":{{llm.input_fields}},
"input_view":{{llm.input_view}},
"models":[
{
"llmid":"{{llm.id}}",