#!/var/www/eduai.edurigo.com/storigo/production/storigo_env/bin/python3
import sys
from litellm import run_server
if __name__ == '__main__':
    sys.argv[0] = sys.argv[0].removesuffix('.exe')
    sys.exit(run_server())
