feat: only auth in deploy

This commit is contained in:
Florian Hönicke
2023-04-14 16:33:00 +02:00
parent c1d82c4b3d
commit 89302ddaa7
2 changed files with 4 additions and 2 deletions

View File

@@ -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