Commit graph

7 commits

Author SHA1 Message Date
Adil Hafeez
50e0daef4e
fix 2025-01-24 16:20:13 -08:00
Adil Hafeez
73bb4748fe
fix 2025-01-24 16:10:59 -08:00
Adil Hafeez
f41e8511eb fix 2025-01-24 15:21:47 -08:00
Adil Hafeez
4b1155d5e1 add more details 2025-01-24 15:15:02 -08:00
Adil Hafeez
752e023d3d fix the path 2025-01-24 15:05:57 -08:00
Adil Hafeez
16a86c0f3b Fix llm_routing provider element
We replaced provider with provider_interface to make it more clear to developers about provider api/backend being used. During that upgrade we removed support for mistral in provider to encourage developers to start using provider_interface. But this demo was not updated to use provider_interface as it was using mistral. This code change fixes it by replacing provider with provider_interface.

Signed-off-by: Adil Hafeez <adil.hafeez@gmail.com>
2025-01-24 15:02:37 -08:00
Adil Hafeez
d3c17c7abd
move custom tracer to llm filter (#267) 2024-11-15 10:44:01 -08:00