tanbushi commited on
Commit
420be68
·
verified ·
1 Parent(s): 2127b3a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ app = FastAPI()
7
 
8
  @app.get("/")
9
  async def greet_json():
10
- return {"Hello": "World!123456789"}
11
 
12
  @app.post("/v1/completions")
13
  async def completions(qdata:dict):
 
7
 
8
  @app.get("/")
9
  async def greet_json():
10
+ return {"Hello": "World!123456789-00000"}
11
 
12
  @app.post("/v1/completions")
13
  async def completions(qdata:dict):