YingxuHe commited on
Commit
9231b19
·
verified ·
1 Parent(s): 3b63405

Update pages/utils.py

Browse files
Files changed (1) hide show
  1. pages/utils.py +1 -1
pages/utils.py CHANGED
@@ -10,7 +10,7 @@ from sshtunnel import SSHTunnelForwarder
10
  @st.cache_resource()
11
  def load_model():
12
  openai_api_key = "EMPTY"
13
- openai_api_base = "http://localhost:8000/v1"
14
 
15
  client = OpenAI(
16
  api_key=openai_api_key,
 
10
  @st.cache_resource()
11
  def load_model():
12
  openai_api_key = "EMPTY"
13
+ openai_api_base = "http://localhost:8080/v1"
14
 
15
  client = OpenAI(
16
  api_key=openai_api_key,