Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
|
@@ -61,7 +61,7 @@ def get_chat_history(chat_messages):
|
|
| 61 |
|
| 62 |
@app.get("/")
|
| 63 |
def index():
|
| 64 |
-
return {"content": "
|
| 65 |
|
| 66 |
@app.post('/request')
|
| 67 |
async def request_chat(req: Request):
|
|
|
|
| 61 |
|
| 62 |
@app.get("/")
|
| 63 |
def index():
|
| 64 |
+
return {"content": "RAGstreaming"}
|
| 65 |
|
| 66 |
@app.post('/request')
|
| 67 |
async def request_chat(req: Request):
|