Spaces:
Sleeping
Sleeping
Commit
·
fc5ed91
1
Parent(s):
2c897c2
Update app.py
Browse files
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-
|
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:
|