Piyushdash94 commited on
Commit
6fde443
·
verified ·
1 Parent(s): 4f335f0

Update answer_generation.py

Browse files

final changes with removing nginx

Files changed (1) hide show
  1. answer_generation.py +1 -1
answer_generation.py CHANGED
@@ -166,4 +166,4 @@ if __name__ == "__main__":
166
  print(f"Model: {os.getenv('LLM_MODEL', 'gemini-pro')}")
167
  host = os.getenv("ANSWER_SERVICE_HOST", "0.0.0.0")
168
  port = int(os.getenv("ANSWER_SERVICE_PORT", "9000"))
169
- uvicorn.run(app, host=0.0.0.0, port=9000)
 
166
  print(f"Model: {os.getenv('LLM_MODEL', 'gemini-pro')}")
167
  host = os.getenv("ANSWER_SERVICE_HOST", "0.0.0.0")
168
  port = int(os.getenv("ANSWER_SERVICE_PORT", "9000"))
169
+ uvicorn.run(app, host="0.0.0.0", port=9000)