feat: Add logging to API endpoints, update generation response model, and refine project configurations.
This commit is contained in:
@@ -39,5 +39,5 @@ class GenType(str, Enum):
|
||||
def value_type(self) -> str:
|
||||
return {
|
||||
GenType.TEXT: 'Text',
|
||||
GenType.IMAGE: 'Image'
|
||||
GenType.IMAGE: 'Image',
|
||||
}[self]
|
||||
|
||||
Reference in New Issue
Block a user