Spaces:
Running
Running
updated OpenAI model for synthesis to gpt-3.5-turbo-instruct
Browse files- 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="
|
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 (
|