MODEL_PATH variable in deploy_medguide.sh to point to your local Medguide model directory.text_inference.py:1# NOTE: Replace with your own model path if not loaded via the API base
2model = ''deploy_medguide.sh script launches the Medguide model locally and exposes it on port 8231 for external access via the specified API base URL.1bash deploy_medguide.sh
2python text_inference.py