nniehaus commited on
Commit
656a724
·
1 Parent(s): d69e1da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -19,7 +19,7 @@ if st.button('Find Property'):
19
 
20
  # Call the OpenAI API here with the user_input and get the response
21
  response = openai.Completion.create(
22
- engine="text-davinci-003", # Replace with your preferred model
23
  prompt=user_input,
24
  max_tokens=5000
25
  )
 
19
 
20
  # Call the OpenAI API here with the user_input and get the response
21
  response = openai.Completion.create(
22
+ engine="gpt-4", # Replace with your preferred model
23
  prompt=user_input,
24
  max_tokens=5000
25
  )