mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-05 08:07:05 +00:00
fix LitellmTableNames type
This commit is contained in:
parent
ab15028850
commit
b0bf182db9
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue