presidio commited on
Commit
f94d289
1 Parent(s): f638625

updated OpenAI model for synthesis to gpt-3.5-turbo-instruct

Browse files
Files changed (1) hide show
  1. presidio_streamlit.py +1 -1
presidio_streamlit.py CHANGED
@@ -156,7 +156,7 @@ def set_up_openai_synthesis():
156
  )
157
  st_openai_model = st.sidebar.text_input(
158
  "OpenAI model for text synthesis",
159
- value=os.getenv("OPENAI_MODEL", default="text-davinci-003"),
160
  help="See more here: https://platform.openai.com/docs/models/",
161
  )
162
  return (
 
156
  )
157
  st_openai_model = st.sidebar.text_input(
158
  "OpenAI model for text synthesis",
159
+ value=os.getenv("OPENAI_MODEL", default="gpt-3.5-turbo-instruct"),
160
  help="See more here: https://platform.openai.com/docs/models/",
161
  )
162
  return (