fix: llm CRUD json URLs match generated dspy names; rebuild llm index.ui

This commit is contained in:
yumoqing 2026-08-01 11:33:32 +08:00
parent 801bff63ea
commit 21ecaf3a5e

View File

@ -9,9 +9,9 @@
},
"editexclouded": ["id", "created_at", "updated_at"],
"editable": {
"new_data_url": "{{entire_url('../api/llm_create.dspy')}}",
"update_data_url": "{{entire_url('../api/llm_update.dspy')}}",
"delete_data_url": "{{entire_url('../api/llm_delete.dspy')}}"
"new_data_url": "{{entire_url('./add_llm.dspy')}}",
"update_data_url": "{{entire_url('./update_llm.dspy')}}",
"delete_data_url": "{{entire_url('./delete_llm.dspy')}}"
},
"confidential_fields": ["api_key"]
}