mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-10 06:22:04 +00:00
fix LitellmTableNames type
This commit is contained in:
@@ -104,7 +104,7 @@ class LitellmUserRoles(str, enum.Enum):
|
||||
return ui_labels.get(self.value, "")
|
||||
|
||||
|
||||
class LitellmTableNames(enum.Enum):
|
||||
class LitellmTableNames(str, enum.Enum):
|
||||
"""
|
||||
Enum for Table Names used by LiteLLM
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user