imperialhtech commited on
Commit
6f09a39
·
verified ·
1 Parent(s): 49b7092

update main.py

Browse files
Files changed (1) hide show
  1. app/main.py +1 -1
app/main.py CHANGED
@@ -74,7 +74,7 @@ app = FastAPI(title="Medical Transcription Pipeline (Groq API)")
74
  @app.get("/")
75
  async def root():
76
  return {
77
- "message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact."
78
  }
79
 
80
  @app.post("/full_process")
 
74
  @app.get("/")
75
  async def root():
76
  return {
77
+ "message": "🚀 SOAP AI FastAPI is running. Use /full_process or /soap_tags to interact"
78
  }
79
 
80
  @app.post("/full_process")