rag-chat / server /ngrok_config.py
lucas-wa
Test uni module
6e06893
raw
history blame contribute delete
202 Bytes
# import os
# import uvicorn
# from pyngrok import ngrok
# NGROK_KEY = os.environ["NGROK_KEY"]
# ngrok.set_auth_token(NGROK_KEY)
# port = 80
# public_url = ngrok.connect(port).public_url