Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -116,8 +116,4 @@ async def chat_completions(req: ChatCompletionRequest):
|
|
| 116 |
|
| 117 |
@app.get("/")
|
| 118 |
def read_general():
|
| 119 |
-
return {"response": "Benvenuto"}
|
| 120 |
-
|
| 121 |
-
if __name__ == "__main__":
|
| 122 |
-
import uvicorn
|
| 123 |
-
uvicorn.run("main:app", host="0.0.0.0", port=8000, reload=True)
|
|
|
|
| 116 |
|
| 117 |
@app.get("/")
|
| 118 |
def read_general():
|
| 119 |
+
return {"response": "Benvenuto"}
|
|
|
|
|
|
|
|
|
|
|
|