Piyushdash94 commited on
Commit
6c0182b
·
verified ·
1 Parent(s): 1c50b81

Update answer_generation.py

Browse files
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=port)
 
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)