Update app.py
Browse files
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):
|