Skip to content

Commit df39e3e

Browse files
authored
feat: add http-client design doc (#163)
* add http-client design doc
1 parent 8a85041 commit df39e3e

30 files changed

+1659
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: end-of-file-fixer
88
- id: check-yaml
99
- id: check-added-large-files
10-
exclude: ^(src/inference_endpoint/openai/openai_types_gen.py|src/inference_endpoint/openai/openapi.yaml)$
10+
exclude: ^(src/inference_endpoint/openai/openai_types_gen.py|src/inference_endpoint/openai/openapi.yaml|docs/res/.*)$
1111
- id: check-merge-conflict
1212
- id: debug-statements
1313

docs/endpoint_client.md

Lines changed: 1658 additions & 0 deletions
Large diffs are not rendered by default.
42 KB
Loading
148 KB
Loading
239 KB
Loading
68.1 KB
Loading
56.1 KB
Loading
117 KB
Loading
34.2 KB
Loading
180 KB
Loading

0 commit comments

Comments
 (0)