feat: nb changes for claude code

This commit is contained in:
2025-10-11 21:52:32 +02:00
parent 506c4f9357
commit 1433f88d53
5 changed files with 15 additions and 2 deletions

View 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"]
}
]
}