Update app.py
Browse files
app.py
CHANGED
@@ -52,7 +52,7 @@ def make_chunk_obj(i, delta, fr):
|
|
52 |
|
53 |
@app.get('/')
|
54 |
async def index():
|
55 |
-
return JSONResponse({ "message": "hello" })
|
56 |
|
57 |
@app.post('/chat/completions')
|
58 |
async def c_cmp(payload: Payload):
|
|
|
52 |
|
53 |
@app.get('/')
|
54 |
async def index():
|
55 |
+
return JSONResponse({ "message": "hello", "url": "https://aweirddev-mistral-7b-instruct-v0-2-leicht.hf.space" })
|
56 |
|
57 |
@app.post('/chat/completions')
|
58 |
async def c_cmp(payload: Payload):
|