sotopia-lab / sotopia

Sotopia: an Open-ended Social Learning Environment (ICLR 2024 spotlight)
https://docs.sotopia.world
MIT License
127 stars 16 forks source link

Pin LiteLLM version #87

Closed ProKil closed 1 month ago

ProKil commented 1 month ago

Hot fix due to the recent LiteLLM upgrade. We will be in the end removing litellm altogether in #69.

This is a hot fix patch to v0.0.7, to prevent users using pip install sotopia from experiencing this bug.

📑 Description

Change the litellm version range from "^" to "~"

✅ Checks

ℹ Additional Information

lwaekfjlk commented 1 month ago

nice