diff --git a/demos/llm_routing/README.md b/demos/llm_routing/README.md index 36214483..4a364f03 100644 --- a/demos/llm_routing/README.md +++ b/demos/llm_routing/README.md @@ -20,8 +20,8 @@ You can pick different LLM based on header `x-arch-llm-provider-hint` to overrid Here is a preview of chat UI, -![LLM Routing Demo](docs/source/_static/img/llm_routing_demo.png) +![LLM Routing Demo](llm_routing_demo.png) And you can also see tracing using jaeger UI that we start by heading over to http://localhost:16686/ -![Jaeger Tracing](docs/source/_static/img/jaeger_tracing_llm_routing.png) +![Jaeger Tracing](jaeger_tracing_llm_routing.png) diff --git a/docs/source/_static/img/jaeger_tracing_llm_routing.png b/docs/source/_static/img/jaeger_tracing_llm_routing.png deleted file mode 100644 index e18016d1..00000000 Binary files a/docs/source/_static/img/jaeger_tracing_llm_routing.png and /dev/null differ diff --git a/docs/source/_static/img/llm_routing_demo.png b/docs/source/_static/img/llm_routing_demo.png deleted file mode 100644 index 50f25677..00000000 Binary files a/docs/source/_static/img/llm_routing_demo.png and /dev/null differ