diff --git a/json/llm.json b/json/llm.json index 7f22219..0a4e63e 100644 --- a/json/llm.json +++ b/json/llm.json @@ -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"] }