Skip to content

Commit 4c9a66a

Browse files
yossiovadiaclaude
andcommitted
fix: apply pre-commit formatting fixes
- Fix markdown linting issues in CLAUDE.md files - Apply black formatting to Python files 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]> Signed-off-by: Yossi Ovadia <[email protected]>
1 parent cb3e304 commit 4c9a66a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

e2e-tests/00-client-request-test.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@
2222
# Constants
2323
ENVOY_URL = "http://localhost:8801"
2424
OPENAI_ENDPOINT = "/v1/chat/completions"
25-
DEFAULT_MODEL = (
26-
"Model-A" # Use configured model that matches router config
27-
)
25+
DEFAULT_MODEL = "Model-A" # Use configured model that matches router config
2826
MAX_RETRIES = 3
2927
RETRY_DELAY = 2
3028

0 commit comments

Comments
 (0)