mirror of
https://github.com/aljazceru/dev-gpt.git
synced 2025-12-20 23:24:20 +01:00
feat: only auth in deploy
This commit is contained in:
@@ -16,7 +16,9 @@ def exception_interceptor(func):
|
||||
raise type(e)(f'''
|
||||
{str(e)}
|
||||
|
||||
😱😱😱 Sorry for this experience. Could you please report an issue about this on our github repo? We'll try to fix it asap.
|
||||
😱😱😱 Sorry for this experience.
|
||||
Could you please report an issue about this on our github repo? We'll try to fix it asap.
|
||||
https://github.com/jina-ai/gptdeploy/issues/new
|
||||
''') from e
|
||||
return wrapper
|
||||
|
||||
|
||||
Reference in New Issue
Block a user