binqiangliu commited on
Commit
c2dcbf1
·
1 Parent(s): b110434

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -2
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')