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