feat: nb changes for claude code
This commit is contained in:
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"]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user