lm-sys / RouteLLM

A framework for serving and evaluating LLM routers - save LLM costs without compromising quality!
Apache License 2.0
3.3k stars 250 forks source link

dep version not pinned #49

Open bitnom opened 3 months ago

bitnom commented 3 months ago

it's more chill to pin all the deps. https://github.com/lm-sys/RouteLLM/pull/48 already pins Python>=3.10 but idk what the least version you want is.

Also, https://github.com/lm-sys/RouteLLM/pull/46 needed to happen before I could run the examples from the repo.

Will draft some pins. pdm will do it for me.