janhq / cortex.cpp

Local AI API Platform
https://cortex.so
Apache License 2.0
2.06k stars 116 forks source link

feat: `cortex models get <MODEL_ID>` and `cortex models list` #1075

Closed vansangpfiev closed 1 month ago

nguyenhoangthuan99 commented 2 months ago

PR: https://github.com/janhq/cortex/pull/1035

nguyenhoangthuan99 commented 2 months ago

command: ./cortex-cpp models get <model_id> for example: ./cortex-cpp models get tinyllama

The command will output all content in the .yaml file if it existed. image

nguyenhoangthuan99 commented 1 month ago

Need to update this command to align with #1154