Spaces:
Paused
Paused
Commit
·
3356c93
1
Parent(s):
5e87a8b
Added whatismyip v3
Browse files- 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 |
-
logger.
|
174 |
uvicorn.run(
|
175 |
app,
|
176 |
host=host,
|
|
|
170 |
port = int(os.getenv("LLM_ENGINE_PORT", "8001"))
|
171 |
|
172 |
# Start the server
|
173 |
+
logger.warning(f"Exposing IP {whatismyip.whatismyip()}")
|
174 |
uvicorn.run(
|
175 |
app,
|
176 |
host=host,
|