imperialhtech commited on
Commit
fd094e3
·
verified ·
1 Parent(s): 5dfb451
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -61,7 +61,7 @@ app = FastAPI(title="Medical Transcription Pipeline (Groq API)")
61
  @app.get("/")
62
  async def root():
63
  return {
64
- "message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact"
65
  }
66
 
67
  @app.post("/full_process")
 
61
  @app.get("/")
62
  async def root():
63
  return {
64
+ "message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact."
65
  }
66
 
67
  @app.post("/full_process")