Commit graph

10 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
03e8c8991a move 2025-01-24 15:06:37 -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
Guy Stone
84af476c75
Add run_demo.sh for llm_routing demo (#381)
* Create run_demo.sh for llm_routing demo

* Update run_demo.sh
2025-01-24 14:41:51 -08:00
Adil Hafeez
d3c17c7abd
move custom tracer to llm filter (#267) 2024-11-15 10:44:01 -08:00
José Ulises Niño Rivera
662a840ac5
Add support for streaming and fixes few issues (see description) (#202) 2024-10-28 17:05:06 -07:00