640510702phithak commited on
Commit
edfce6b
·
verified ·
1 Parent(s): 8066ac3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ def get_embedding(text):
18
 
19
  @app.get("/")
20
  def home():
21
- return {"message": "Text Embedding API is running!"}
22
 
23
  @app.post("/embed")
24
  async def embed_text(data: dict):
 
18
 
19
  @app.get("/")
20
  def home():
21
+ return "หวัดดี คุณกำลังเข้าสู่บริการรับฝากหัวใจ API ใช้ post .../embed"
22
 
23
  @app.post("/embed")
24
  async def embed_text(data: dict):