Spaces:
Running
Running
Commit ·
2de680f
1
Parent(s): bcad864
different site
Browse files- conversation.py +1 -1
conversation.py
CHANGED
|
@@ -113,7 +113,7 @@ class Conversation:
|
|
| 113 |
model="gpt-3.5-turbo", messages=self.messages
|
| 114 |
)
|
| 115 |
except openai.error.InvalidRequestError:
|
| 116 |
-
raise ValueError("The website is too large to understand. Please try
|
| 117 |
|
| 118 |
reply = chat.choices[0].message.content
|
| 119 |
if not reply:
|
|
|
|
| 113 |
model="gpt-3.5-turbo", messages=self.messages
|
| 114 |
)
|
| 115 |
except openai.error.InvalidRequestError:
|
| 116 |
+
raise ValueError("The website is too large to understand. Please try a different site.")
|
| 117 |
|
| 118 |
reply = chat.choices[0].message.content
|
| 119 |
if not reply:
|