feat: Add logging to API endpoints, update generation response model, and refine project configurations.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
class GoogleGenerationException(Exception):
|
||||
message: str
|
||||
pass
|
||||
def __init__(self, message: str):
|
||||
self.message = message
|
||||
super().__init__(message)
|
||||
Reference in New Issue
Block a user