Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion inference-platforms/vllm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ uv run --exact -q --env-file env.local ../chat.py --use-responses-api
* This does not yet support logs, and there is no GitHub issue on it.

---
[vllm]: https://docs.vllm.ai/en/latest/features/opentelemetry.html
[vllm]: https://docs.vllm.ai/en/latest/examples/online_serving/opentelemetry/
[uv]: https://docs.astral.sh/uv/getting-started/installation/
2 changes: 1 addition & 1 deletion lychee.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ exclude = [
# OPENAI_BASE_URL is 404
"https://api.openai.com/v1",
# Exclude links replaced by %PUBLIC_URL%
".*%25PUBLIC_URL%25.*",
".*%PUBLIC_URL%.*",
# Does not respond on CI and not in any doc
"https://www.robotstxt.org/robotstxt.html",
]
Expand Down
Loading