janhq / cortex.cpp

Run and customize Local LLMs.
https://cortex.so
Apache License 2.0
1.91k stars 105 forks source link

feat: cortex models delete command #1189

Closed vansangpfiev closed 1 day ago

vansangpfiev commented 1 week ago

Describe Your Changes

Support cortex models delete command CLI syntax:

cortex models delete <model_id>

Server API:

DELETE http://127.0.0.1:3928/models/model_id

Fixes Issues

Self Checklist

namchuai commented 2 days ago

Would be great if we have some e2e tests 👯

vansangpfiev commented 2 days ago

Would be great if we have some e2e tests 👯

Added e2e tests