chtseng commited on
Commit
e7f93cd
1 Parent(s): 6c699a6

Update Web/app.py

Browse files
Files changed (1) hide show
  1. Web/app.py +1 -1
Web/app.py CHANGED
@@ -9,7 +9,7 @@ if 'chating_now' not in st.session_state: st.session_state['chating_now'] = Fals
9
  if 'patient_six' not in st.session_state: st.session_state['patient_six'] = ""
10
  if 'patient_age' not in st.session_state: st.session_state['patient_age'] = ""
11
 
12
- client = OpenAI(base_url="http://chatapi.sunplusit.com.tw:1234/v1/", api_key="not-needed")
13
 
14
  #-------------------------------------------------------------------
15
  secrets = toml.load("streamlit/secrets.toml")
 
9
  if 'patient_six' not in st.session_state: st.session_state['patient_six'] = ""
10
  if 'patient_age' not in st.session_state: st.session_state['patient_age'] = ""
11
 
12
+ client = OpenAI(base_url="http://chatapi.xxxx.xxx.xxxx:1234/v1/", api_key="not-needed")
13
 
14
  #-------------------------------------------------------------------
15
  secrets = toml.load("streamlit/secrets.toml")