fix: disable printing version in health check, causes spam (#2195)
This commit is contained in:
@@ -370,8 +370,7 @@ def delete_agent(
|
||||
sys.exit(1)
|
||||
|
||||
|
||||
def version():
|
||||
def version() -> str:
|
||||
import letta
|
||||
|
||||
print(letta.__version__)
|
||||
return letta.__version__
|
||||
|
||||
Reference in New Issue
Block a user