janhq / cortex.cpp

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

feat: `cortex` command prints helpful information #1233

Closed dan-homebrew closed 1 month ago

dan-homebrew commented 1 month ago

Goal

Clarifications Needed

Config file: `~/.cortexrc`
Cortex Data Folder: `/cortexcpp`
Binary: `/usr/bin/cortex`
vansangpfiev commented 1 month ago

In my perspective, the cortex should only dump the cortex -h. For the configuration, we can support it with another command, something like git has:

git config -l

cc: @dan-homebrew @namchuai

dan-homebrew commented 1 month ago

In my perspective, the cortex should only dump the cortex -h. For the configuration, we can support it with another command, something like git has:

git config -l

cc: @dan-homebrew @namchuai

Ok - let's scope it to just -h.

I'll tag this issue to your Sprint 20 scope.

0xSage commented 1 month ago

Nicely done, closing as fixed