nniehaus commited on
Commit
d69e1da
·
1 Parent(s): 81e5ed7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ if st.button('Find Property'):
21
  response = openai.Completion.create(
22
  engine="text-davinci-003", # Replace with your preferred model
23
  prompt=user_input,
24
- max_tokens=150
25
  )
26
 
27
  # Display the response from the API
 
21
  response = openai.Completion.create(
22
  engine="text-davinci-003", # Replace with your preferred model
23
  prompt=user_input,
24
+ max_tokens=5000
25
  )
26
 
27
  # Display the response from the API