AurelioAguirre commited on
Commit
5e87a8b
·
1 Parent(s): 02ef8c7

Added whatismyip v2

Browse files
Files changed (1) hide show
  1. main/main.py +1 -1
main/main.py CHANGED
@@ -170,7 +170,7 @@ def main():
170
  port = int(os.getenv("LLM_ENGINE_PORT", "8001"))
171
 
172
  # Start the server
173
- print(whatismyip.whatismyip())
174
  uvicorn.run(
175
  app,
176
  host=host,
 
170
  port = int(os.getenv("LLM_ENGINE_PORT", "8001"))
171
 
172
  # Start the server
173
+ logger.info(f"Exposing IP {whatismyip.whatismyip()}")
174
  uvicorn.run(
175
  app,
176
  host=host,