umangchaudhry commited on
Commit
fc5ed91
·
1 Parent(s): 2c897c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ if authentication_status:
71
  if st.button("Submit"):
72
  if api_input:
73
  os.environ["OPENAI_API_KEY"] = api_input
74
- chat_mdl = ChatOpenAI(model_name = 'gpt-3.5-turbo-16k', temperature=0.1)
75
 
76
  if chat_mdl is not None:
77
  if user_data is None:
 
71
  if st.button("Submit"):
72
  if api_input:
73
  os.environ["OPENAI_API_KEY"] = api_input
74
+ chat_mdl = ChatOpenAI(model_name = 'gpt-4', temperature=0.1)
75
 
76
  if chat_mdl is not None:
77
  if user_data is None: