Spaces:
Runtime error
Runtime error
Commit
·
c2dcbf1
1
Parent(s):
b110434
Update main.py
Browse files
main.py
CHANGED
|
@@ -48,5 +48,5 @@ async def chat(request: Request, chat_request: ChatRequest):
|
|
| 48 |
initial_response = llm_chain.run(user_query)
|
| 49 |
return JSONResponse({'response': initial_response})
|
| 50 |
|
| 51 |
-
if __name__ == '__main__':
|
| 52 |
-
uvicorn.run(app, host='0.0.0.0')
|
|
|
|
| 48 |
initial_response = llm_chain.run(user_query)
|
| 49 |
return JSONResponse({'response': initial_response})
|
| 50 |
|
| 51 |
+
#if __name__ == '__main__':
|
| 52 |
+
#uvicorn.run(app, host='0.0.0.0')
|