Initial Claude launcher profiles
This commit is contained in:
commit
7fd845235c
7 changed files with 258 additions and 0 deletions
23
config/profiles.example.yml
Normal file
23
config/profiles.example.yml
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
defaults:
|
||||
claude_cmd: "claude"
|
||||
openrouter_base_url: "https://openrouter.ai/api"
|
||||
|
||||
profiles:
|
||||
pro:
|
||||
mode: "pro"
|
||||
|
||||
glm:
|
||||
mode: "openrouter"
|
||||
openrouter_api_key: "REPLACE_ME"
|
||||
model: "z-ai/glm-5.2"
|
||||
|
||||
kimi:
|
||||
mode: "openrouter"
|
||||
openrouter_api_key: "REPLACE_ME"
|
||||
model: "moonshotai/kimi-k2.7-code"
|
||||
|
||||
free:
|
||||
mode: "openrouter"
|
||||
openrouter_api_key: "REPLACE_ME"
|
||||
model: "openrouter/free"
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue