Add psutil to required dependencies for runtime monitoring
This commit is contained in:
parent
7124845e55
commit
396b8c3347
1 changed files with 1 additions and 0 deletions
|
|
@ -16,6 +16,7 @@ def check_and_install_dependencies():
|
|||
required_packages = [
|
||||
"gunicorn",
|
||||
"tiktoken",
|
||||
"psutil",
|
||||
# Add other required packages here
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue