Bhuvi13 commited on
Commit
56755a8
·
verified ·
1 Parent(s): 39714d7

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +2 -2
src/streamlit_app.py CHANGED
@@ -98,8 +98,8 @@ try:
98
  except Exception as _e:
99
  _pipeline_import_error = str(_e)
100
 
101
- POD_URL = os.getenv("POD_URL", "https://1jp9tt11hbwjsj-8000.proxy.runpod.net")
102
- VLLM_API_KEY = os.getenv("VLLM_API_KEY", "9386aa7335c2072882ad367791f1dc863c63b4be88eda14c2dea0408f9d0105e")
103
  MODEL_NAME = "phase2-v1-merged"
104
 
105
  MAX_PAGES_PER_REQUEST = 10
 
98
  except Exception as _e:
99
  _pipeline_import_error = str(_e)
100
 
101
+ POD_URL = os.getenv("POD_URL", "")
102
+ VLLM_API_KEY = os.getenv("VLLM_API_KEY", "")
103
  MODEL_NAME = "phase2-v1-merged"
104
 
105
  MAX_PAGES_PER_REQUEST = 10