feat: nb changes for claude code
This commit is contained in:
parent
506c4f9357
commit
1433f88d53
5 changed files with 15 additions and 2 deletions
10
hosts/nb/users/claude-router.json
Normal file
10
hosts/nb/users/claude-router.json
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
"Providers": [
|
||||
{
|
||||
"name": "openai",
|
||||
"api_base_url": "https://api.openai.com/v1/chat/completions",
|
||||
"api_key": "$OPENAI_API_KEY",
|
||||
"models": ["gpt-5-codex"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue