Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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
|