forked from phoenix/litellm-mirror
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
Add a link
Reference in a new issue